mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Merge branch 'master' of https://github.com/pH-T/CyberChef into pH-T-master
This commit is contained in:
commit
18022a2a48
2 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ class GetAllCasings extends Operation {
|
|||
}
|
||||
result += temp.join("") + "\n";
|
||||
}
|
||||
return result;
|
||||
return result.slice(0, -1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue