treewide: format

This commit is contained in:
2025-05-19 16:40:37 +02:00
parent 0351b7a9df
commit 155a3aa658
2 changed files with 14 additions and 16 deletions

View File

@@ -175,9 +175,9 @@ Future<KanjiSearchResult?> searchKanjiWithDbConnection(
// TODO: Add `volume` and `page` to the entries
final dictionaryReferences = {
for (final entry in dictionary_references)
entry['type'] as String: entry['ref'] as String,
};
for (final entry in dictionary_references)
entry['type'] as String: entry['ref'] as String,
};
final String? grade = {
1: 'grade 1',