mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Fixed linting issues
This commit is contained in:
parent
84eaaf4819
commit
36e16d9925
1 changed files with 4 additions and 4 deletions
|
@ -343,7 +343,7 @@ TestRegister.addTests([
|
|||
},
|
||||
{
|
||||
"op": "To Hex",
|
||||
"args": ["Space"]
|
||||
"args": ["Space"]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -354,7 +354,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
"op": "From Hex",
|
||||
"args": ["Space"]
|
||||
"args": ["Space"]
|
||||
},
|
||||
{
|
||||
"op": "From MessagePack",
|
||||
|
@ -373,7 +373,7 @@ TestRegister.addTests([
|
|||
},
|
||||
{
|
||||
"op": "To Hex",
|
||||
"args": ["Space"]
|
||||
"args": ["Space"]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -384,7 +384,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
"op": "From Hex",
|
||||
"args": ["Space"]
|
||||
"args": ["Space"]
|
||||
},
|
||||
{
|
||||
"op": "From MessagePack",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue