Skip to content

Commit

Permalink
fix: remove extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger authored and yknl committed Dec 9, 2020
1 parent b404135 commit 84d09f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/transactions/tests/abi/test-abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
{
"name": "buffer-test",
"access": "public",
"args": [
{ "name": "arg1", "type": { "buffer": { "length": 6 } } }
],
"args": [{ "name": "arg1", "type": { "buffer": { "length": 6 } } }]
},
{
"name": "trait-test",
Expand Down

0 comments on commit 84d09f6

Please sign in to comment.