You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ This package uses [pigeon](https://pub.dev/packages/pigeon) for platform communi
133
133
```shell
134
134
$ dart run pigeon --input pigeons/messages.dart # To generate the required Dart and host-language code.
135
135
$ 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.
0 commit comments