Skip to content

Commit a5cd799

Browse files
committed
docs: update swift format command to reflect the macOS native tests
1 parent e4db140 commit a5cd799

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 # To format the Swift code.
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.
137137
```
138138

139139
### Resources

0 commit comments

Comments
 (0)