From 2fdb44ec9897f518bf79d252f618b6b60dd82044 Mon Sep 17 00:00:00 2001 From: Joscha <34318751+josxha@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:15:10 +0200 Subject: [PATCH] fix lint --- example/lib/map_ui.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/map_ui.dart b/example/lib/map_ui.dart index dc405f5c..fefb4ae0 100644 --- a/example/lib/map_ui.dart +++ b/example/lib/map_ui.dart @@ -99,7 +99,7 @@ class MapUiBodyState extends State { } Widget _myLocationRenderModeCycler() { - final MyLocationRenderMode nextType = MyLocationRenderMode.values[ + final nextType = MyLocationRenderMode.values[ (_myLocationRenderMode.index + 1) % MyLocationRenderMode.values.length]; return TextButton( onPressed: