Skip to content

Commit d9cb0e8

Browse files
Fixed issue of line feed at end of the file
1 parent 012e82f commit d9cb0e8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid/controls/button

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/controls/button/split.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ define([
1414
$(this).siblings('.dropdown-menu').find('.item-default').trigger('click');
1515
});
1616
};
17-
});
17+
});

0 commit comments

Comments
 (0)