Skip to content
This repository was archived by the owner on Apr 6, 2018. It is now read-only.

Commit ad3da9e

Browse files
Markus NilssenMarkus Nilssen
authored andcommitted
Remove unnecessary blank lines
1 parent 93d54a6 commit ad3da9e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spec/text-objects-spec.coffee

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ describe "TextObjects", ->
193193
editor.setCursorBufferPosition([2, 2])
194194

195195
it "applies operators inside the current paragraph in operator-pending mode", ->
196-
197196
keydown('y')
198197
keydown('i')
199198
keydown('p')
@@ -205,7 +204,6 @@ describe "TextObjects", ->
205204
expect(editorElement.classList.contains('normal-mode')).toBe(true)
206205

207206
it "selects inside the current paragraph in visual mode", ->
208-
209207
keydown('v')
210208
keydown('i')
211209
keydown('p')
@@ -238,7 +236,6 @@ describe "TextObjects", ->
238236
editor.setCursorScreenPosition([3, 2])
239237

240238
it "applies operators around the current paragraph in operator-pending mode", ->
241-
242239
keydown('y')
243240
keydown('a')
244241
keydown('p')

0 commit comments

Comments
 (0)