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:
@@ -46,7 +46,7 @@ class GetAllCasings extends Operation {
|
||||
}
|
||||
result += temp.join("") + "\n";
|
||||
}
|
||||
return result;
|
||||
return result.slice(0, -1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user