Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
s1na committed Aug 27, 2019
1 parent 88fccf6 commit eccc8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/evm/opcodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const istanbulOpcodes: any = {

export function setOpcodes(hf: string) {
if (hf === 'istanbul') {
codes = {...codes, ...istanbulOpcodes}
codes = { ...codes, ...istanbulOpcodes }
}
}

Expand Down

0 comments on commit eccc8bf

Please sign in to comment.