From 8096fd20a72f9c31e2dd5c043e86824f996c11e0 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Thu, 27 Apr 2017 13:12:45 +0000 Subject: [PATCH] Fixed lint errors --- src/core/FlowControl.js | 2 +- test/tests/operations/FlowControl.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/FlowControl.js b/src/core/FlowControl.js index 324bb93c..4977eaaf 100755 --- a/src/core/FlowControl.js +++ b/src/core/FlowControl.js @@ -196,7 +196,7 @@ const FlowControl = { /** * Comment operation. - * + * * @param {Object} state - The current state of the recipe. * @param {number} state.progress - The current position in the recipe. * @param {Dish} state.dish - The Dish being operated on. diff --git a/test/tests/operations/FlowControl.js b/test/tests/operations/FlowControl.js index 50e87923..a48b8bf3 100644 --- a/test/tests/operations/FlowControl.js +++ b/test/tests/operations/FlowControl.js @@ -129,7 +129,7 @@ TestRegister.addTests([ recipeConfig: [ { "op": "Fork", - "args": ["\\n","\\n",false] + "args": ["\\n", "\\n", false] }, { "op": "Comment",