fix (completion): shfmt format flutter.completion.bash

This commit is contained in:
Gurkirat Singh
2022-03-15 07:53:11 +05:30
parent d7fb6b3235
commit e11576f260

View File

@@ -1,5 +1,5 @@
#!/usr/bin/bash # shellcheck shell=bash
if _command_exists flutter; then if _command_exists flutter; then
eval "$(flutter bash-completion)" eval "$(flutter bash-completion)"
fi fi