mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Tidy up code
This commit is contained in:
parent
b3ac8d0835
commit
04b0b8c723
2 changed files with 12 additions and 13 deletions
|
@ -37,7 +37,7 @@ class ConvertCoordinateFormat extends Operation {
|
|||
"type": "option",
|
||||
"value": [
|
||||
"Auto",
|
||||
"Direction Preceding", // Need better names
|
||||
"Direction Preceding",
|
||||
"Direction Following",
|
||||
"\\n",
|
||||
"Comma",
|
||||
|
@ -55,7 +55,7 @@ class ConvertCoordinateFormat extends Operation {
|
|||
"type": "option",
|
||||
"value": [
|
||||
"Space",
|
||||
"Direction Preceding", // Need better names
|
||||
"Direction Preceding",
|
||||
"Direction Following",
|
||||
"\\n",
|
||||
"Comma",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue