Skip to content

Commit 255b426

Browse files
committed
Minor style fix
1 parent 1aa617d commit 255b426

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

autoload/sj/coffee.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ function! sj#coffee#SplitTripleString()
214214
return 0
215215
endif
216216

217-
let start_col = col('.')
218-
let quote = getline('.')[col('.') - 1]
217+
let start_col = col('.')
218+
let quote = getline('.')[col('.') - 1]
219219
let double_quote = repeat(quote, 2)
220220
let triple_quote = repeat(quote, 3)
221221

0 commit comments

Comments
 (0)