Skip to content

Commit 94c452b

Browse files
committed
Fix typo
1 parent fbd6646 commit 94c452b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
command: melos run analyze
3838
- run:
3939
name: Check That Flutter Code is Formatted Correctly
40-
command: flutter dart format -o none --set-exit-if-changed .
40+
command: dart format -o none --set-exit-if-changed .

0 commit comments

Comments
 (0)