diff --git a/lib/src/web/interop/interop.dart b/lib/src/web/interop/interop.dart index b3256af3..a67e5293 100644 --- a/lib/src/web/interop/interop.dart +++ b/lib/src/web/interop/interop.dart @@ -58,4 +58,4 @@ extension type LngLatBounds._(JSObject _) implements JSObject { /// Returns the north edge of the bounding box. external num getNorth(); -} \ No newline at end of file +}