Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit d322004

Browse files
committed
Build failure fixed.
1 parent 0ea5237 commit d322004

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SkiaSharpForms/Demos/Demos/SkiaSharpFormsDemos/Curves/BezierCircularArcPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<Label Text="{Binding Source={x:Reference angleSlider},
2222
Path=Value,
23-
StringFormat='Angle = {0:F1}' }"
23+
StringFormat='Angle = {0:F1}'}"
2424
HorizontalTextAlignment="Center"
2525
Grid.Row="1" />
2626

SkiaSharpForms/Demos/Demos/SkiaSharpFormsDemos/Curves/ConicCircularArcPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<Label Text="{Binding Source={x:Reference angleSlider},
2222
Path=Value,
23-
StringFormat='Angle = {0:F1}' }"
23+
StringFormat='Angle = {0:F1}'}"
2424
HorizontalTextAlignment="Center"
2525
Grid.Row="1" />
2626

SkiaSharpForms/Demos/Demos/SkiaSharpFormsDemos/Curves/ConicCurvePage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<Label Text="{Binding Source={x:Reference weightSlider},
2424
Path=Value,
25-
StringFormat='Weight = {0:F1}' }"
25+
StringFormat='Weight = {0:F1}'}"
2626
HorizontalTextAlignment="Center"
2727
Grid.Row="1" />
2828

0 commit comments

Comments
 (0)