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

Commit d8c4d33

Browse files
committed
Avoid exceeding line length limit
1 parent 736378a commit d8c4d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lcov_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ void main() {
260260
});
261261

262262
test(
263-
'prettyPrint() excludes files matching glob patterns regardless of their'
264-
'presence on reportOn list', () async {
263+
'prettyPrint() excludes files matching glob patterns regardless of'
264+
'their presence on reportOn list', () async {
265265
final hitmap = await _getHitMap();
266266

267267
final resolver = await Resolver.create(packagePath: '.');

0 commit comments

Comments
 (0)