From eb9c2aa9d7e0de879fda1deed0f7593e6581fc08 Mon Sep 17 00:00:00 2001 From: td Date: Wed, 18 Dec 2024 11:54:13 +0100 Subject: [PATCH] chore: use format and fix until clean --- scripts/matrix.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/matrix.sh b/scripts/matrix.sh index 4432e9a..a447978 100755 --- a/scripts/matrix.sh +++ b/scripts/matrix.sh @@ -7,9 +7,11 @@ sed -i'.bakmacoscompat' s/RoomKeysRequired/RoomKeys/g "$1"/api.dart cd "$1" dart pub get flutter pub run build_runner build --delete-conflicting-outputs -dart fix --apply -dart format -o write . flutter pub run import_sorter:main --no-comments -# add any fixes after formatting +dart format . +dart fix --apply +dart format . dart fix --apply - +flutter pub run import_sorter:main --no-comments +dart format . +dart fix --apply \ No newline at end of file