Skip to content

Commit 33c972b

Browse files
committed
internal/jsre: remove trailing comma
1 parent 234325a commit 33c972b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/jsre/deps/web3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5490,7 +5490,7 @@ var properties = function () {
54905490
new Property({
54915491
name: 'protocolVersion',
54925492
getter: 'eth_protocolVersion'
5493-
}),
5493+
})
54945494
];
54955495
};
54965496

0 commit comments

Comments
 (0)