mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Updated eslint whitespace rules
This commit is contained in:
parent
ebf2258715
commit
e803d208e8
51 changed files with 801 additions and 793 deletions
|
@ -14,7 +14,7 @@ var Base = {
|
|||
* @default
|
||||
*/
|
||||
DEFAULT_RADIX: 36,
|
||||
|
||||
|
||||
/**
|
||||
* To Base operation.
|
||||
*
|
||||
|
@ -32,8 +32,8 @@ var Base = {
|
|||
}
|
||||
return input.toString(radix);
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* From Base operation.
|
||||
*
|
||||
|
@ -48,5 +48,5 @@ var Base = {
|
|||
}
|
||||
return parseInt(input.replace(/\s/g, ""), radix);
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue