Change `@TODO` to `TODO:`

This commit is contained in:
krawieck 2020-08-31 19:04:23 +02:00
parent 16d490c0ad
commit e1608d9f32
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ Future<void> 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
}
}