diff --git a/dev/devicelab/lib/tasks/microbenchmarks.dart b/dev/devicelab/lib/tasks/microbenchmarks.dart index 50a6bef3835..ef257c5efe9 100644 --- a/dev/devicelab/lib/tasks/microbenchmarks.dart +++ b/dev/devicelab/lib/tasks/microbenchmarks.dart @@ -131,12 +131,12 @@ Future> _readJsonResults(Process process) { // https://github.com/flutter/flutter/issues/19096#issuecomment-402756549 if (resultsHaveBeenParsed) { throw 'Additional JSON was received after results has already been ' - 'processed. This suggests the `flutter run` process may have lived ' - 'past the end of our test and collected additional output from the ' - 'next test.\n\n' - 'The JSON below contains all collected output, including both from ' - 'the original test and what followed.\n\n' - '$jsonOutput'; + 'processed. This suggests the `flutter run` process may have lived ' + 'past the end of our test and collected additional output from the ' + 'next test.\n\n' + 'The JSON below contains all collected output, including both from ' + 'the original test and what followed.\n\n' + '$jsonOutput'; } jsonStarted = false;