Skip to content

Commit 6a5e98d

Browse files
committed
Fix indentation
1 parent ac10753 commit 6a5e98d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/ctrlp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ fu! s:lsCmd()
587587
retu cmd[1]
588588
elsei type(cmd) == 4 && ( has_key(cmd, 'types') || has_key(cmd, 'fallback') )
589589
let fndroot = []
590-
if get(cmd, 'types', {}) != {}
590+
if get(cmd, 'types', {}) != {}
591591
let [markrs, cmdtypes] = [[], values(cmd['types'])]
592592
for pair in cmdtypes
593593
cal add(markrs, pair[0])

0 commit comments

Comments
 (0)