Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 0e55fcc

Browse files
committed
fmt
1 parent 9ecb38a commit 0e55fcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/collect_coverage_api_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ void main() {
9898

9999
test('collect_coverage_api with coverableLineCache', () async {
100100
final coverableLineCache = <String, Set<int>>{};
101-
final coverage = await _collectCoverage(coverableLineCache: coverableLineCache);
101+
final coverage =
102+
await _collectCoverage(coverableLineCache: coverableLineCache);
102103

103104
print(coverage);
104105
print(coverableLineCache);

0 commit comments

Comments
 (0)