Skip to content

Commit f523893

Browse files
Formatting
1 parent 17310e8 commit f523893

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tool/test_coverage_filter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ const excludedStartsWithLines = <String>[];
120120
void printMessage(String message) {
121121
// ignore: avoid_print
122122
print(message);
123-
}
123+
}

tool/test_coverage_helper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ class Logger {
2929
Logger._();
3030

3131
static void debug(Object value) => print(value); // ignore: avoid_print
32-
}
32+
}

tool/test_coverage_validate_percentage.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ void main(List<String> args) {
3838
void printMessage(String message) {
3939
// ignore: avoid_print
4040
print(message);
41-
}
41+
}

0 commit comments

Comments
 (0)