We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05182e2 commit a4f8711Copy full SHA for a4f8711
lib/src/scenes/golden_scene_report_printer.dart
@@ -63,6 +63,7 @@ class GoldenSceneReportPrinter {
63
} else {
64
buffer.write(" Candidate has correct height.");
65
}
66
+ buffer.writeln("");
67
break;
68
case PixelGoldenMismatch():
69
buffer.writeln(
0 commit comments