Skip to content

Commit

Permalink
Fix formatting (dart-lang/test_process#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Mar 21, 2021
1 parent 85e2d47 commit 0009318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/test_process/lib/test_process.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class TestProcess {
/// This is protected, which means it should only be called by subclasses.
@protected
TestProcess(Process process, this.description,
{Encoding encoding= utf8, bool forwardStdio = false})
{Encoding encoding = utf8, bool forwardStdio = false})
: _process = process,
_stdoutSplitter = StreamSplitter(process.stdout
.transform(encoding.decoder)
Expand Down

0 comments on commit 0009318

Please sign in to comment.