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

pull/2135/head
Gurkirat Singh 2022-03-15 07:53:11 +05:30
parent d7fb6b3235
commit e11576f260
No known key found for this signature in database
GPG Key ID: 8DD349395ED84056
1 changed files with 2 additions and 2 deletions

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