Formatting

This commit is contained in:
Daniel Hengeveld
2015-10-30 15:41:19 +01:00
parent 454d6a5370
commit dcef6b301f

View File

@@ -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')