Commit ba011fd3 authored by Kate Lovett's avatar Kate Lovett

nits

parent 1fcd1b02
......@@ -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';
......
......@@ -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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment