mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
👕 Change fat arrow to thin arrow for linter warning
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user