Skip to content

Commit f8eb263

Browse files
authored
Fixed indentation
1 parent b742684 commit f8eb263

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/bullets.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,8 @@ fun! s:set_checkbox(lnum, marker)
559559
let l:initpos = getpos('.')
560560
let l:pos = s:find_checkbox_position(a:lnum)
561561
if l:pos >= 0
562-
call s:replace_char_in_line(a:lnum, l:pos, a:marker)
563-
call setpos('.', l:initpos)
562+
call s:replace_char_in_line(a:lnum, l:pos, a:marker)
563+
call setpos('.', l:initpos)
564564
endif
565565
endfun
566566

0 commit comments

Comments
 (0)