Public Access
chore: use some of 'dart analyze's quick fixes and apply formatter
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user