From cc583fc91418e92a32185f855281643f40af79ec Mon Sep 17 00:00:00 2001 From: clubapplets-server Date: Fri, 27 Oct 2023 19:56:35 +0000 Subject: [PATCH] [BOT] Applying format. --- lib/ui/views/dashboard_view.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ui/views/dashboard_view.dart b/lib/ui/views/dashboard_view.dart index fd0451993..6e36d4229 100644 --- a/lib/ui/views/dashboard_view.dart +++ b/lib/ui/views/dashboard_view.dart @@ -168,7 +168,8 @@ class _DashboardViewState extends State IconButton( onPressed: () { _analyticsService.logEvent(tag, "Instagram clicked"); - Utils.launchURL(Urls.clubInstagram, AppIntl.of(context)); + Utils.launchURL( + Urls.clubInstagram, AppIntl.of(context)); }, icon: const FaIcon( FontAwesomeIcons.instagram,