Skip to content

Commit

Permalink
Resolve lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
landarskiy committed Mar 3, 2024
1 parent bf62df2 commit d6a4a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grid_pad_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class GridPad extends StatelessWidget {
required this.gridPadCells,
required List<Widget> children,
this.placementPolicy = GridPadPlacementPolicy.defaultPolicy,
}) : _placementStrategy = GridPlacementStrategy(
}) : _placementStrategy = GridPlacementStrategy(
gridPadCells,
placementPolicy,
) {
Expand Down

0 comments on commit d6a4a93

Please sign in to comment.