Skip to content

Commit 200023a

Browse files
authored
Fix dart format
1 parent 42ab78f commit 200023a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: dart-lang/setup-dart@v1
18-
- run: dart format --fix .
18+
- run: dart format .
1919
- run: git diff --exit-code
2020

2121
static_analysis:

0 commit comments

Comments
 (0)