Skip to content

Commit 70d0742

Browse files
github-actions[bot]PureWeen
authored andcommitted
[housekeeping] Automated PR to fix formatting errors on inflight/current
1 parent bab1c25 commit 70d0742

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Controls/src/Core/Layout/Grid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ internal override void ComputeConstraintForView(View view)
365365
{
366366
result |= LayoutConstraint.VerticallyFixed;
367367
}
368-
368+
369369
if (view.HorizontalOptions.Alignment == LayoutAlignment.Fill && ViewHasFixedWidthDefinition(view))
370370
{
371371
result |= LayoutConstraint.HorizontallyFixed;

src/Core/tests/UnitTests/Layouts/GridTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void GridConstrainsViewsVerticallyWhenPossible()
3333

3434
// Now set a fixed height on the grid
3535
grid.HeightRequest = 100;
36-
36+
3737
Assert.Equal(LayoutConstraint.VerticallyFixed, f50.Constraint);
3838
Assert.Equal(LayoutConstraint.VerticallyFixed, f50star.Constraint);
3939
Assert.Equal(LayoutConstraint.VerticallyFixed, star.Constraint);

0 commit comments

Comments
 (0)