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 61a73d4 commit 1139612
Showing 1 changed file with 2 additions and 1 deletion.
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 @@ -37,7 +37,8 @@ class HeightPlaceholder extends WidgetPlaceholder {

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

static Widget _build(
Expand Down

0 comments on commit 1139612

Please sign in to comment.