mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Removed unnecessary whitespace
This commit is contained in:
parent
fe4c5f5899
commit
5e7f8e3976
3 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ const Numberwang = {
|
|||
run: function(input, args) {
|
||||
let output;
|
||||
if (!input) {
|
||||
output = "Let's play Wangernumb!";
|
||||
output = "Let's play Wangernumb!";
|
||||
} else {
|
||||
const match = input.match(/(f0rty-s1x|shinty-six|filth-hundred and neeb|-?√?\d+(\.\d+)?i?([a-z]?)%?)/i);
|
||||
if (match) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue