Skip to content

Commit e79a270

Browse files
style: apply dart format to math example and css_bug_fixes_test
1 parent 76ad245 commit e79a270

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

packages/hyper_render_math/example/example.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ class MyApp extends StatelessWidget {
2525
class MathExamplePage extends StatelessWidget {
2626
const MathExamplePage({super.key});
2727

28-
static final _registry =
29-
HyperPluginRegistry()..register(const MathNodePlugin());
28+
static final _registry = HyperPluginRegistry()
29+
..register(const MathNodePlugin());
3030

3131
static final _document = DocumentNode(children: [
3232
BlockNode(

test/style/css_bug_fixes_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ void main() {
537537
walk(c);
538538
}
539539
}
540+
540541
walk(doc);
541542

542543
expect(imgNode, isNotNull);
@@ -562,6 +563,7 @@ void main() {
562563
walk(c);
563564
}
564565
}
566+
565567
walk(doc);
566568

567569
expect(imgNode, isNotNull);
@@ -592,6 +594,7 @@ void main() {
592594
walk(c);
593595
}
594596
}
597+
595598
walk(doc);
596599

597600
expect(linkNode, isNotNull);

0 commit comments

Comments
 (0)