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

@@ -3,4 +3,4 @@ import 'package:drift/drift.dart';
class GameTable extends Table {
IntColumn get id => integer().autoIncrement()();
TextColumn get name => text()();
}
}