Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson committed Aug 22, 2024
1 parent 8160dc6 commit 61a73d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/core/lib/src/internal/flattener.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class Flattener implements Flattened {
final WidgetFactory wf;
final _widgets = <WidgetPlaceholder>[];

List<InlineSpan? Function(BuildContext context, {bool? isLast})>? _childrenBuilder;
List<InlineSpan? Function(BuildContext context, {bool? isLast})>?
_childrenBuilder;
late InheritanceResolvers _firstInheritanceResolvers;
late List<_String> _firstStrings;

Expand Down
3 changes: 2 additions & 1 deletion packages/core/lib/src/internal/margin_vertical.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ class HeightPlaceholder extends WidgetPlaceholder {
}

@override
HeightPlaceholder wrapWith(Widget? Function(BuildContext context, Widget child) builder) =>
HeightPlaceholder wrapWith(
Widget? Function(BuildContext context, Widget child) builder) =>
this;

static Widget _build(
Expand Down

0 comments on commit 61a73d4

Please sign in to comment.