2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Fix code syntax

This commit is contained in:
j433866
2019-03-04 13:48:29 +00:00
parent f281a32a4e
commit 588a8b2a3a

View File

@@ -30,9 +30,9 @@ class RotateImage extends Operation {
this.presentType = "html";
this.args = [
{
"name": "Rotation amount (degrees)",
"type": "number",
"value": 90
name: "Rotation amount (degrees)",
type: "number",
value: 90
}
];
}