From 8281b383991686fed64c33860854b85c02f3d57a Mon Sep 17 00:00:00 2001 From: Yogesh Suhagiya Date: Fri, 4 May 2018 16:25:21 +0530 Subject: [PATCH] Fixed issue of line feed at end of the file --- .../Magento/Ui/view/base/web/js/grid/controls/button/split.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Ui/view/base/web/js/grid/controls/button/split.js b/app/code/Magento/Ui/view/base/web/js/grid/controls/button/split.js index d5a198052fd0c..d37e80213f650 100644 --- a/app/code/Magento/Ui/view/base/web/js/grid/controls/button/split.js +++ b/app/code/Magento/Ui/view/base/web/js/grid/controls/button/split.js @@ -14,4 +14,4 @@ define([ $(this).siblings('.dropdown-menu').find('.item-default').trigger('click'); }); }; -}); \ No newline at end of file +});