mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
🎨 Replace unnecessary fat arrow
This commit is contained in:
committed by
Nathan Sobo
parent
669eff5d20
commit
d878092794
@@ -1770,7 +1770,7 @@ describe "TextEditor", ->
|
||||
editor2 = null
|
||||
waitsForPromise ->
|
||||
atom.workspace.getActivePane().splitRight()
|
||||
atom.workspace.open(editor.getPath()).then (o) => editor2 = o
|
||||
atom.workspace.open(editor.getPath()).then (o) -> editor2 = o
|
||||
|
||||
runs ->
|
||||
expect(editor2.getText()).toBe(editor.getText())
|
||||
|
||||
Reference in New Issue
Block a user