Skip to content

Commit 5ca18ec

Browse files
committed
fix codestyle
1 parent ef3f9bf commit 5ca18ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ exports.isSimpleValue = function(value) {
2424

2525
exports.isObjectObject = function(obj) {
2626
return _.isObject(obj) && Object.prototype.toString.call(obj) === '[object Object]';
27-
}
27+
};

0 commit comments

Comments
 (0)