dart format

This commit is contained in:
2025-04-15 14:06:25 +02:00
parent 1c92a87814
commit 3278ceab40
5 changed files with 55 additions and 51 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ abstract class SQLWritable {
const SQLWritable();
Map<String, Object?> get sqlValue;
}
}