Update scripts/code_analyze.sh

This commit is contained in:
Christian Pauly 2020-12-23 09:16:27 +00:00
parent 56d97f66ff
commit c4d1b17442
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh -ve
flutter format lib/ test/ test_driver/ --set-exit-if-changed
flutter format lib/ test/ --set-exit-if-changed
flutter analyze