Fixed lint errors

This commit is contained in:
n1474335 2017-04-27 13:12:45 +00:00
parent addd45ae8e
commit 8096fd20a7
2 changed files with 2 additions and 2 deletions

View file

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

View file

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