Skip to content

Commit 3a662ea

Browse files
committed
Auto-format (kevmoo#31)
1 parent 3c76e3c commit 3a662ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/test_annotated_classes.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class AnnotatedTest<T> {
300300
'$ex\n\n'
301301
'To create or update all golden files, set the environment variable '
302302
'$_updateGoldensVariable=1\n\n'
303-
'Make sure the directory exists and you can write the file in it.'
303+
'Make sure the directory exists and you can write the file in it.',
304304
);
305305
} on TestFailure {
306306
printOnFailure("ACTUAL CONTENT:\nr'''\n$output'''");

0 commit comments

Comments
 (0)