Skip to content

Commit

Permalink
Fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnotmitt committed Aug 20, 2018
1 parent 84eaaf4 commit 36e16d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/tests/operations/Code.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ TestRegister.addTests([
},
{
"op": "To Hex",
"args": ["Space"]
"args": ["Space"]
}
]
},
Expand All @@ -354,7 +354,7 @@ TestRegister.addTests([
recipeConfig: [
{
"op": "From Hex",
"args": ["Space"]
"args": ["Space"]
},
{
"op": "From MessagePack",
Expand All @@ -373,7 +373,7 @@ TestRegister.addTests([
},
{
"op": "To Hex",
"args": ["Space"]
"args": ["Space"]
}
]
},
Expand All @@ -384,7 +384,7 @@ TestRegister.addTests([
recipeConfig: [
{
"op": "From Hex",
"args": ["Space"]
"args": ["Space"]
},
{
"op": "From MessagePack",
Expand Down

0 comments on commit 36e16d9

Please sign in to comment.