Skip to content

Commit dc5c62f

Browse files
author
Moshe Yamini
committed
Fix formating
1 parent 8cf2190 commit dc5c62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/installer/shell_completion_configuration.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if type compdef &>/dev/null; then
7777
7878
IFS=\$'\n' reply=(\$(COMP_CWORD="\$((CURRENT-1))" COMP_LINE="\$BUFFER" COMP_POINT="\$CURSOR" $rootCommand completion -- "\${words[@]}"))
7979
IFS=\$si
80-
80+
8181
zstyle ':completion:*' menu yes select
8282
zstyle ':completion:*' list-colors ''
8383

0 commit comments

Comments
 (0)