Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
burtonsun authored and andycall committed Dec 29, 2023
1 parent 1e427dc commit e03a943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webf/lib/src/rendering/flex.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ class RenderFlexLayout extends RenderLayoutBox {

flexedMainSize = computedSize;

double minFlexPrecision = 0.5
double minFlexPrecision = 0.5;
// Find all the violations by comparing min and max size of flex items.
if (child is RenderBoxModel && !_isChildMainAxisClip(child)) {
double minMainAxisSize = _getMinMainAxisSize(child);
Expand Down

0 comments on commit e03a943

Please sign in to comment.