Skip to content

Commit 9b6c8d7

Browse files
committed
Add missing newline after var declaration
This is to appease the code style checker.
1 parent 20d3f40 commit 9b6c8d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Ui/view/base/web/js/lib/core/collection.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ define([
223223
*/
224224
regionHasElements: function (name) {
225225
var region = this.getRegion(name);
226+
226227
return region().length > 0;
227228
},
228229

0 commit comments

Comments
 (0)