Skip to content

Commit 6f4d3af

Browse files
chriswebb09philium
andauthored
Update Shared/Samples/Show geodesic sector and ellipse/ShowGeodesicSectorAndEllipseView.swift
Co-authored-by: Philip Ridgeway <[email protected]>
1 parent d820da1 commit 6f4d3af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Shared/Samples/Show geodesic sector and ellipse/ShowGeodesicSectorAndEllipseView.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ struct ShowGeodesicSectorAndEllipseView: View {
4040
.overlay(alignment: .top) {
4141
if model.center == nil {
4242
Text("Tap map to create a geodesic sector.")
43-
.frame(maxWidth: .infinity)
44-
.padding(.vertical, 6)
45-
.background(.thinMaterial, ignoresSafeAreaEdges: .horizontal)
43+
.frame(maxWidth: .infinity)
44+
.padding(.vertical, 6)
45+
.background(.thinMaterial, ignoresSafeAreaEdges: .horizontal)
4646
}
4747
}
4848
.toolbar {

0 commit comments

Comments
 (0)