From c5a42553cd72734a58a657fea7599065a6137917 Mon Sep 17 00:00:00 2001 From: Kenzie Schmoll Date: Tue, 7 Nov 2023 12:21:56 -0800 Subject: [PATCH] kick --- .../lib/src/screens/logging/logging_controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools_app/lib/src/screens/logging/logging_controller.dart b/packages/devtools_app/lib/src/screens/logging/logging_controller.dart index 046e6ac80b0..2b52dc90c0b 100644 --- a/packages/devtools_app/lib/src/screens/logging/logging_controller.dart +++ b/packages/devtools_app/lib/src/screens/logging/logging_controller.dart @@ -830,7 +830,7 @@ class NavigationInfo { String? get routeDescription => // ignore: unnecessary_non_null_assertion, causing error on bots, but not - // locally. Need to investigate. + // locally. Need to investigate further. _route == null ? null : _route!['description']; }