Skip to content

Commit 4500111

Browse files
committed
Static test failure fixed caused due to identation
1 parent ff557b9 commit 4500111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/backend/tree-suggest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ define([
235235
var _context = $.extend({}, this, {
236236
items: children,
237237
nested: true
238-
}),
238+
}),
239239
tmpl = templates[tmplName];
240240

241241
tmpl = tmpl({

0 commit comments

Comments
 (0)