From 8f6bb8d7f0cd8c0cca5724c7ed30b5f8535e0f69 Mon Sep 17 00:00:00 2001 From: danieljosua Date: Tue, 8 Oct 2024 13:15:12 +0200 Subject: [PATCH] -Fixed Indentation --- .../Sources/maplibre_gl/MapLibreMapController.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/maplibre_gl/ios/maplibre_gl/Sources/maplibre_gl/MapLibreMapController.swift b/maplibre_gl/ios/maplibre_gl/Sources/maplibre_gl/MapLibreMapController.swift index 33ee693f..04718664 100644 --- a/maplibre_gl/ios/maplibre_gl/Sources/maplibre_gl/MapLibreMapController.swift +++ b/maplibre_gl/ios/maplibre_gl/Sources/maplibre_gl/MapLibreMapController.swift @@ -160,12 +160,12 @@ class MapLibreMapController: NSObject, FlutterPlatformView, MLNMapViewDelegate, } case "map#clearAmbientCache": MLNOfflineStorage.shared.clearAmbientCache { - error in - if let error = error { - result(error) - } else { - result(nil) - } + error in + if let error = error { + result(error) + } else { + result(nil) + } } case "map#updateMyLocationTrackingMode": guard let arguments = methodCall.arguments as? [String: Any] else { return }