Remove lint warning

This commit is contained in:
Kevin Sawicki
2015-01-07 14:33:18 -08:00
parent 8f7f1cef23
commit 2cb13e1a66

View File

@@ -823,7 +823,7 @@ class Workspace extends Model
task = Task.once require.resolve('./scan-handler'), atom.project.getPaths()[0], regex.source, searchOptions, ->
deferred.resolve()
task.on 'scan:result-found', (result) =>
task.on 'scan:result-found', (result) ->
iterator(result) unless atom.project.isPathModified(result.filePath)
task.on 'scan:file-error', (error) ->