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
commit 18022a2a48
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);
}
}