Skip to content

Commit 99f9712

Browse files
committed
CodeQuality
1 parent c37fc3e commit 99f9712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/utils/objects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ define([
148148
separator = separator || '.';
149149
result = result || {};
150150

151-
if(!data) {
151+
if (!data) {
152152
return result;
153153
}
154154

0 commit comments

Comments
 (0)