mirror of
https://github.com/gchq/CyberChef
synced 2025-12-24 12:13:42 +00:00
Added eslint space-before-blocks rule
This commit is contained in:
@@ -295,7 +295,7 @@ export function help(input) {
|
||||
* bake [Wrapped] - Perform an array of operations on some input.
|
||||
* @returns {Function}
|
||||
*/
|
||||
export function bake(){
|
||||
export function bake() {
|
||||
|
||||
/**
|
||||
* bake
|
||||
|
||||
Reference in New Issue
Block a user