Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed May 27, 2020
1 parent a63e681 commit 2133abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Ui/view/base/web/js/grid/masonry.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ define([
this.imageMargin = parseInt(this.imageMargin, 10);
this.container = $('[data-id="' + this.containerId + '"]')[0];

this.setEventListener();
this.setLayoutStyles();
this.setEventListener();

return this;
},
Expand Down

0 comments on commit 2133abc

Please sign in to comment.