From 50a5fdd476b31297b43d663dcca14f60f64fcc81 Mon Sep 17 00:00:00 2001 From: Ian Wagner Date: Sun, 7 Apr 2024 23:42:31 +0900 Subject: [PATCH] swiftformat --- Sources/MapLibreSwiftUI/MapView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/MapLibreSwiftUI/MapView.swift b/Sources/MapLibreSwiftUI/MapView.swift index 2729f90..932238c 100644 --- a/Sources/MapLibreSwiftUI/MapView.swift +++ b/Sources/MapLibreSwiftUI/MapView.swift @@ -21,7 +21,7 @@ public struct MapView: UIViewRepresentable { var controls: [MapControl] = [ CompassView(), LogoView(), - AttributionButton() + AttributionButton(), ] private var locationManager: MLNLocationManager?