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

Commit f1cd0ea

Browse files
committed
Fix coffeelint warning
1 parent 44a490c commit f1cd0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vim-state.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ class VimState
438438
@updateStatusBar()
439439

440440
# Private: Used to re-enable visual mode
441-
resetVisualMode: () ->
441+
resetVisualMode: ->
442442
@activateVisualMode(@submode)
443443

444444
# Private: Used to enable operator-pending mode.

0 commit comments

Comments
 (0)