Skip to content

Commit 17d9011

Browse files
committed
remove useless comma in index.js
1 parent 5a1c22d commit 17d9011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ module.exports = {
88
fop: require(libpath + '/fop.js'),
99
conf: require(libpath + '/conf.js'),
1010
rpc: require(libpath + '/rpc.js'),
11-
util: require(libpath + '/util.js'),
11+
util: require(libpath + '/util.js')
1212
};

0 commit comments

Comments
 (0)