Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Commit 64b662e

Browse files
committed
Fixed linter errors;
1 parent 1ca1c95 commit 64b662e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,10 +611,10 @@ describe('message sig', function () {
611611
s: s
612612
})
613613
assert.deepEqual(ethUtils.fromRpcSig('0x99e71a99cb2270b8cac5254f9e99b6210c6c10224a1579cf389ef88b20a1abe9129ff05af364204442bdb53ab6f18a99ab48acc9326fa689f228040429e3ca6600'), {
614-
v: 27,
615-
r: r,
616-
s: s
617-
})
614+
v: 27,
615+
r: r,
616+
s: s
617+
})
618618
})
619619

620620
it('should throw on invalid length', function () {

0 commit comments

Comments
 (0)