Skip to content

Commit 9c54e65

Browse files
committed
docs: update swift format command to format the example Runner Swift files in README
1 parent 54737d0 commit 9c54e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ This package uses [pigeon](https://pub.dev/packages/pigeon) for platform communi
133133
```shell
134134
$ dart run pigeon --input pigeons/messages.dart # To generate the required Dart and host-language code.
135135
$ dart run build_runner build --delete-conflicting-outputs # To generate the mock classes.
136-
$ swift-format format --in-place --recursive macos/native_image_picker_macos/Sources/native_image_picker_macos example/macos/RunnerTests example/macos/RunnerUITests # To format the Swift code.
136+
$ swift-format format --in-place --recursive macos/native_image_picker_macos/Sources/native_image_picker_macos example/macos/Runner example/macos/RunnerTests example/macos/RunnerUITests # To format the Swift code.
137137
```
138138

139139
### Resources

0 commit comments

Comments
 (0)