dart format

This commit is contained in:
2025-06-28 10:32:43 +02:00
parent 3ab5305bba
commit d5b040b177
9 changed files with 22 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ void main() {
create: (context) => AppDatabase(),
child: const MyApp(),
dispose: (context, db) => db.close(),
),
),
);
}