Skip to content

Commit 36e16d9

Browse files
committed
Fixed linting issues
1 parent 84eaaf4 commit 36e16d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/tests/operations/Code.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ TestRegister.addTests([
343343
},
344344
{
345345
"op": "To Hex",
346-
"args": ["Space"]
346+
"args": ["Space"]
347347
}
348348
]
349349
},
@@ -354,7 +354,7 @@ TestRegister.addTests([
354354
recipeConfig: [
355355
{
356356
"op": "From Hex",
357-
"args": ["Space"]
357+
"args": ["Space"]
358358
},
359359
{
360360
"op": "From MessagePack",
@@ -373,7 +373,7 @@ TestRegister.addTests([
373373
},
374374
{
375375
"op": "To Hex",
376-
"args": ["Space"]
376+
"args": ["Space"]
377377
}
378378
]
379379
},
@@ -384,7 +384,7 @@ TestRegister.addTests([
384384
recipeConfig: [
385385
{
386386
"op": "From Hex",
387-
"args": ["Space"]
387+
"args": ["Space"]
388388
},
389389
{
390390
"op": "From MessagePack",

0 commit comments

Comments
 (0)