mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Fix code syntax
This commit is contained in:
parent
f281a32a4e
commit
588a8b2a3a
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ class RotateImage extends Operation {
|
||||||
this.presentType = "html";
|
this.presentType = "html";
|
||||||
this.args = [
|
this.args = [
|
||||||
{
|
{
|
||||||
"name": "Rotation amount (degrees)",
|
name: "Rotation amount (degrees)",
|
||||||
"type": "number",
|
type: "number",
|
||||||
"value": 90
|
value: 90
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue