Skip to content

Commit 95d3cd1

Browse files
committed
Add blank line
1 parent 55eb05e commit 95d3cd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/leetcode.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ function! s:FormatSection(title, block, level) abort
517517
for line in a:block
518518
call add(result, ' ' . line)
519519
endfor
520+
call add(result, '')
520521
endif
521522
return result
522523
endfunction

0 commit comments

Comments
 (0)