Skip to content

Commit 3620da4

Browse files
authored
Removed github editor auto indendtion
1 parent 3db9442 commit 3620da4

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/optgroup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ define([
302302
space = '\u2007\u2007\u2007';
303303

304304
obj[optionTitle] = applyToObject(option, optionsText + 'title', value);
305-
305+
306306
if (disabled) {
307307
obj.disabled = disabled;
308308
}

0 commit comments

Comments
 (0)