Skip to content

Commit eb9cb01

Browse files
committed
chore: dart format .
1 parent 00d02e1 commit eb9cb01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/dart_frog_cli/lib/src/dev_server_runner/dev_server_runner.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,11 @@ class DevServerRunner {
234234
/// This method will throw a [DartFrogDevServerException] if called after
235235
/// [stop] has been called.
236236
///
237-
/// The [arguments] are optional and usually expected to be those from
238-
/// `ArgResults.rest`; since a `--` signals the **end of options** and
237+
/// The [arguments] are optional and usually expected to be those from
238+
/// `ArgResults.rest`; since a `--` signals the **end of options** and
239239
/// disables further option processing from `dart_frog dev`. Any [arguments]
240240
/// after the `--` are passed into the [Dart tool](https://dart.dev/tools/dart-tool)
241-
/// process.
241+
/// process.
242242
///
243243
/// For example, you could use the `--` to enable [experimental flags](https://dart.dev/tools/experiment-flags)
244244
/// such as macros by doing `dart_frog dev -- --enable-experiment=macros`.

0 commit comments

Comments
 (0)