treewide: format
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user