Skip to content

Commit 3f22c45

Browse files
authored
remove spaces
code clean up
1 parent 72a5dd0 commit 3f22c45

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/columns/date.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ define([
2525
*/
2626
initConfig: function () {
2727
this._super();
28-
28+
2929
this.dateFormat = utils.normalizeDate(this.dateFormat ? this.dateFormat : this.options.dateFormat);
3030

3131
return this;

0 commit comments

Comments
 (0)