2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-18 01:03:47 +00:00

Merge branch 'master' of https://github.com/pH-T/CyberChef into pH-T-master

This commit is contained in:
n1474335
2022-03-29 17:22:34 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ class GetAllCasings extends Operation {
}
result += temp.join("") + "\n";
}
return result;
return result.slice(0, -1);
}
}