Skip to content

Commit 3114ab9

Browse files
committed
fix: import ordering
1 parent ae8d82a commit 3114ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google_maps_flutter/google_maps_flutter_ios/ios/google_maps_flutter_ios/Sources/google_maps_flutter_ios/FLTGoogleMapHeatmapController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// found in the LICENSE file.
44

55
#import "FLTGoogleMapHeatmapController.h"
6+
#import "FLTGoogleMapJSONConversions.h"
67

78
/// If Swift Package Manager is in use, Objective-C headers are available under the
89
/// GoogleMapsUtilsObjC package. When using CocoaPods, the headers are provided by the
@@ -12,7 +13,6 @@
1213
#else
1314
@import GoogleMapsUtilsObjC;
1415
#endif
15-
#import "FLTGoogleMapJSONConversions.h"
1616

1717
@interface FLTGoogleMapHeatmapController ()
1818

0 commit comments

Comments
 (0)