Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a3e4710

Browse files
committed
++
1 parent 72547e7 commit a3e4710

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/bin/format.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,9 @@ class DartFormatChecker extends FormatChecker {
911911
for (final WorkerJob job in incorrect) {
912912
stdout.write(job.result.stdout
913913
.replaceFirst('b/-', 'b/${job.command[job.command.length - 2]}')
914-
.replaceFirst('b/-', 'b/${job.command[job.command.length - 2]}'));
914+
.replaceFirst('b/-', 'b/${job.command[job.command.length - 2]}')
915+
.replaceFirst(RegExp('\\+Formatted \\d+ files? \\(\\d+ changed\\) in \\d+.\\d+ seconds.\n'), '')
916+
);
915917
}
916918
stdout.writeln('DONE');
917919
stdout.writeln();

0 commit comments

Comments
 (0)