dart format project

This commit is contained in:
Fabian Freund
2026-01-01 07:48:51 +01:00
parent f7a05f57f4
commit f7f2109db7
11 changed files with 55 additions and 65 deletions
@@ -29,9 +29,7 @@ Future<bool?> showDeleteBangDialog(BuildContext context) {
return AlertDialog(
icon: const Icon(Icons.warning),
title: const Text('Delete Bang'),
content: const Text(
'Are you sure you want to delete this Bang?',
),
content: const Text('Are you sure you want to delete this Bang?'),
actions: <Widget>[
TextButton(
onPressed: () {