Skip to content

Commit

Permalink
swiftformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Oct 14, 2024
1 parent 13b9aa5 commit f907dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MapLibreSwiftUI/Examples/Layers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ let clustered = ShapeSource(identifier: "points", options: [.clustered: true, .c
}

#Preview("Clustered Circles with Symbols") {
return MapView(styleURL: demoTilesURL, camera: .constant(MapViewCamera.center(
MapView(styleURL: demoTilesURL, camera: .constant(MapViewCamera.center(
CLLocationCoordinate2D(latitude: 48.2082, longitude: 16.3719),
zoom: 5,
direction: 0
Expand Down

0 comments on commit f907dc3

Please sign in to comment.