mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 06:01:02 +01:00
fix: GetAllCasings.mjs - newline bug
This commit is contained in:
parent
98a6baf55a
commit
e2b7ac68ef
@ -46,7 +46,7 @@ class GetAllCasings extends Operation {
|
||||
}
|
||||
result += temp.join("") + "\n";
|
||||
}
|
||||
return result;
|
||||
return result.slice(0, -1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user