diff --git a/pkgs/test_process/lib/test_process.dart b/pkgs/test_process/lib/test_process.dart index a42be3b9d..be8efc729 100644 --- a/pkgs/test_process/lib/test_process.dart +++ b/pkgs/test_process/lib/test_process.dart @@ -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)