Skip to content

Commit 2da7188

Browse files
committed
Fix merge issues on Android
1 parent a4e36c1 commit 2da7188

File tree

1 file changed

+3
-1
lines changed
  • packages/google_maps_flutter/google_maps_flutter_android/pigeons

1 file changed

+3
-1
lines changed

packages/google_maps_flutter/google_maps_flutter_android/pigeons/messages.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,9 @@ class PlatformMapViewCreationParams {
465465
}
466466

467467
enum PlatformMarkerType {
468-
marker, advancedMarker,}
468+
marker,
469+
advancedMarker,
470+
}
469471

470472
/// Pigeon equivalent of MapConfiguration.
471473
class PlatformMapConfiguration {

0 commit comments

Comments
 (0)