Skip to content

Commit fe56a31

Browse files
committed
chore: update code formatting command in release documentation
dart-lang/dart_style#986
1 parent 8b2edec commit fe56a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/development/release.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To format your files following
1313
This will format your code accordingly regardless of your IDE settings.
1414

1515
```
16-
dartfmt -w .
16+
dart format .
1717
```
1818

1919
### 2. pubspec.yaml

0 commit comments

Comments
 (0)