Przeglądaj źródła

Fixed lint errors

n1474335 8 lat temu
rodzic
commit
8096fd20a7

+ 1 - 1
src/core/FlowControl.js

@@ -196,7 +196,7 @@ const FlowControl = {
 
 
     /**
     /**
      * Comment operation.
      * Comment operation.
-     * 
+     *
      * @param {Object} state - The current state of the recipe.
      * @param {Object} state - The current state of the recipe.
      * @param {number} state.progress - The current position in the recipe.
      * @param {number} state.progress - The current position in the recipe.
      * @param {Dish} state.dish - The Dish being operated on.
      * @param {Dish} state.dish - The Dish being operated on.

+ 1 - 1
test/tests/operations/FlowControl.js

@@ -129,7 +129,7 @@ TestRegister.addTests([
         recipeConfig: [
         recipeConfig: [
             {
             {
                 "op": "Fork",
                 "op": "Fork",
-                "args": ["\\n","\\n",false]
+                "args": ["\\n", "\\n", false]
             },
             },
             {
             {
                 "op": "Comment",
                 "op": "Comment",