Skip to content

Commit

Permalink
[BOT] Applying format.
Browse files Browse the repository at this point in the history
  • Loading branch information
clubapplets-server authored and github-actions[bot] committed Oct 27, 2023
1 parent 74f52cc commit cc583fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ui/views/dashboard_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ class _DashboardViewState extends State<DashboardView>
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,
Expand Down

0 comments on commit cc583fc

Please sign in to comment.