Skip to content

Commit 1553757

Browse files
authored
Merge pull request #4 from Mastercard/feature/code_smell
code smell: empty statement
2 parents 009decf + 9490d42 commit 1553757

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)