Skip to content

Commit

Permalink
fix gen-l10n in format.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Oct 9, 2024
1 parent 2e895bc commit 03fef01
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions format.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#!/bin/bash
set -x -e
cd lib

for dir in coins themes utils view_model views widgets;
do
pushd $dir
dart fix --apply
dart format .
popd
dart format main.dart
done

pushd lib
for dir in coins themes utils view_model views widgets;
do
pushd $dir
dart fix --apply
dart format .
popd
dart format main.dart
done
popd
flutter gen-l10n

0 comments on commit 03fef01

Please sign in to comment.