From a50bd7315624eb7cdad4828f25af012acdc4c443 Mon Sep 17 00:00:00 2001 From: zhu-xiaowei Date: Thu, 11 Apr 2024 14:12:10 +0800 Subject: [PATCH] fix: format issue --- example/lib/main.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index 706ce15..83d4062 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -201,7 +201,8 @@ class _MyAppState extends State { leading: const Icon(Icons.delete_rounded), title: const Text('deleteGlobalAttributes'), onTap: () async { - analytics.deleteGlobalAttributes(["Score", Attr.APP_INSTALL_CHANNEL]); + analytics.deleteGlobalAttributes( + ["Score", Attr.APP_INSTALL_CHANNEL]); log("deleteGlobalAttributes Score and channel"); }, minLeadingWidth: 0,