chore: use some of 'dart analyze's quick fixes and apply formatter

This commit is contained in:
fbachus
2026-07-29 16:31:03 +02:00
parent e3e1482bb6
commit 0069f370c2
2 changed files with 5 additions and 3 deletions
+1 -2
View File
@@ -2,7 +2,6 @@ import 'package:sqflite/sqflite.dart';
// import './state_helper.dart';
// import './db_helper.dart';
class DbHelper {
static late Database db;
static String dbName = "";
@@ -1103,4 +1102,4 @@ enum VehicleType {
subway,
regionalTrain,
PLACEHOLDER,
}
}