Skip to content

Commit 99a5a2f

Browse files
committed
dartfmt
1 parent 4660365 commit 99a5a2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/package_meta_test.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ void main() {
4646
});
4747

4848
test('has a description', () {
49-
expect(p.description, equals('A non-interactive HTML documentation generator for Dart source code.'));
49+
expect(
50+
p.description,
51+
equals(
52+
'A non-interactive HTML documentation generator for Dart source code.'));
5053
});
5154

5255
test('has a homepage', () {

0 commit comments

Comments
 (0)