Add explicit return after for loop

This commit is contained in:
Kevin Sawicki
2015-03-19 10:53:55 -07:00
parent d9a5aff919
commit a9803d3c4d
3 changed files with 4 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ class Workspace extends Model
packageNames.push(packageName)
for scopeName in includedGrammarScopes ? []
addGrammar(atom.grammars.grammarForScopeName(scopeName))
return
editors = @getTextEditors()
addGrammar(editor.getGrammar()) for editor in editors