diff --git a/packages/flutter/test/material/floating_action_button_test.dart b/packages/flutter/test/material/floating_action_button_test.dart index 9bdd2941088..3753bb2067b 100644 --- a/packages/flutter/test/material/floating_action_button_test.dart +++ b/packages/flutter/test/material/floating_action_button_test.dart @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'dart:io'; import 'dart:ui'; import 'package:flutter/material.dart'; diff --git a/packages/flutter_goldens_client/lib/client.dart b/packages/flutter_goldens_client/lib/client.dart index 9bfaab74861..50c2c60f53d 100644 --- a/packages/flutter_goldens_client/lib/client.dart +++ b/packages/flutter_goldens_client/lib/client.dart @@ -137,7 +137,7 @@ class SkiaGoldClient { buf ..writeln('Flutter + Skia Gold imgtest failed.') ..writeln('If this is the first execution of this test, it may need to be triaged.') - ..writeln('\tIn this case, re-run the test after triage is completed.') + ..writeln('In this case, re-run the test after triage is completed.\n') ..writeln('stdout: ${imgtestResult.stdout}') ..writeln('stderr: ${imgtestResult.stderr}'); throw NonZeroExitCode(imgtestResult.exitCode, buf.toString());