From e1608d9f32f871f1f3213fb8801e5005844d9632 Mon Sep 17 00:00:00 2001 From: krawieck Date: Mon, 31 Aug 2020 19:04:23 +0200 Subject: [PATCH] Change `@TODO` to `TODO:` --- lib/url_launcher.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/url_launcher.dart b/lib/url_launcher.dart index a0a719e..210fc15 100644 --- a/lib/url_launcher.dart +++ b/lib/url_launcher.dart @@ -5,6 +5,6 @@ Future urlLauncher(String url) async { await ul.launch(url); } else { throw Exception(); - // @TODO handle opening links to stuff in app + // TODO: handle opening links to stuff in app } }