mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
Formatting
This commit is contained in:
@@ -353,7 +353,7 @@ describe "GitRepositoryAsync", ->
|
||||
it "emits a status-changed event when a buffer is saved", ->
|
||||
waitsForPromise ->
|
||||
atom.workspace.open('other.txt').then (o) ->
|
||||
editor = o
|
||||
editor = o
|
||||
runs ->
|
||||
editor.insertNewline()
|
||||
statusHandler = jasmine.createSpy('statusHandler')
|
||||
|
||||
Reference in New Issue
Block a user