Skip to content

Commit e11576f

Browse files
committedMay 6, 2022
fix (completion): shfmt format flutter.completion.bash
1 parent d7fb6b3 commit e11576f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/usr/bin/bash
1+
# shellcheck shell=bash
22

33
if _command_exists flutter; then
4-
eval "$(flutter bash-completion)"
4+
eval "$(flutter bash-completion)"
55
fi

0 commit comments

Comments
 (0)
Please sign in to comment.