Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Scandurra committed Mar 10, 2017
1 parent 1e040c6 commit 69ea645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atom-environment.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ class AtomEnvironment extends Model
resolveProxy: (url) ->
return new Promise (resolve, reject) =>
requestId = @nextProxyRequestId++
disposable = @applicationDelegate.onDidResolveProxy (id, proxy) =>
disposable = @applicationDelegate.onDidResolveProxy (id, proxy) ->
if id is requestId
disposable.dispose()
resolve(proxy)
Expand Down

0 comments on commit 69ea645

Please sign in to comment.