Skip to content

Commit 839f92d

Browse files
committed
swiftformat
1 parent 3771d02 commit 839f92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MapLibreSwiftUI/MapViewCoordinator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ public class MapViewCoordinator<T: MapViewHostViewController>: NSObject, MLNMapV
351351
// TODO: We could put this in regionIsChangingWith if we calculate significant change/debounce.
352352
MainActor.assumeIsolated {
353353
updateViewPort(mapView: mapView, reason: reason)
354-
354+
355355
guard !suppressCameraUpdatePropagation else {
356356
return
357357
}

0 commit comments

Comments
 (0)