From 9ab3332824983fb21d2a5820f3174d5f1aef52bf Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Tue, 21 Feb 2023 15:08:01 +0100 Subject: [PATCH] chore: Follow up formatting --- lib/utils/url_launcher.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/utils/url_launcher.dart b/lib/utils/url_launcher.dart index 2553926d..7e42e8e5 100644 --- a/lib/utils/url_launcher.dart +++ b/lib/utils/url_launcher.dart @@ -86,7 +86,8 @@ class UrlLauncher { }).join('.'); // Force LaunchMode.externalApplication, otherwise url_launcher will default // to opening links in a webview on mobile platforms. - launchUrlString(uri.replace(host: newHost).toString(), mode: LaunchMode.externalApplication); + launchUrlString(uri.replace(host: newHost).toString(), + mode: LaunchMode.externalApplication); } void openMatrixToUrl() async {