fixed code style

pull/1333/head
tbhaxor 2019-02-25 16:44:54 +05:30
parent 1e17fa1fd2
commit 50aebc5c6e
No known key found for this signature in database
GPG Key ID: 2CE3F4D1406EED1A
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/bash
if command -v flutter > /dev/null; then
eval "$(flutter bash-completion)"
eval "$(flutter bash-completion)"
fi