👕 Change fat arrow to thin arrow for linter warning

This commit is contained in:
Damien Guard
2016-05-03 16:50:06 -07:00
parent 0e194f1021
commit c56cbe3ce3

View File

@@ -1092,7 +1092,7 @@ class Workspace extends Model
if editor.getPath()
checkoutHead = =>
@project.repositoryForDirectory(new Directory(editor.getDirectoryPath()))
.then (repository) =>
.then (repository) ->
repository?.async.checkoutHeadForEditor(editor)
if @config.get('editor.confirmCheckoutHeadRevision')