2
0
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:
n1474335
2019-08-27 18:13:33 +01:00
parent 44b90be7d6
commit 094d352e5f
17 changed files with 23 additions and 22 deletions

View File

@@ -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