Skip to content

Commit 9490d42

Browse files
committed
code smell: empty statement
Signed-off-by: Rocco, Marco <[email protected]>
1 parent 3a5b800 commit 9490d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mcapi/utils/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ function overrideProperties(target, obj) {
130130
for (let k in obj) {
131131
target[k] = obj[k];
132132
}
133-
};
133+
}

0 commit comments

Comments
 (0)