Skip to content

Commit

Permalink
Fixing extraneous semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Oct 15, 2017
1 parent 4f8c1bf commit 733c967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.js
Expand Up @@ -110,7 +110,7 @@ ketoHubApp
angular.forEach(recipes, function(recipe) {
if (matchesRecipe(recipe, keywords.split(/\s+/))) {
results.push(recipe);
};
}
});
return results;
};
Expand Down

0 comments on commit 733c967

Please sign in to comment.