Skip to content

Commit 2c49691

Browse files
Change flutter format . to dart format . (#22)
1 parent 1ba3635 commit 2c49691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/drive-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ TARGET_PATH="packages/$PROJECT_NAME/"
77
pushd "$TARGET_PATH" || exit &&
88
flutter clean &&
99
flutter pub get &&
10-
flutter format . &&
10+
dart format . &&
1111
flutter test integration_test

0 commit comments

Comments
 (0)