1
0
mirror of https://github.com/h7x4/Jisho-Study-Tool.git synced 2024-12-21 13:37:29 +01:00

Correct a formatting error

This commit is contained in:
Oystein Kristoffer Tveit 2021-03-05 22:39:28 +01:00
parent f76f0011ad
commit f89724906b

View File

@ -97,7 +97,10 @@ class _Page {
}
final List<_Page> pages = [
_Page(content: SearchView(), titleBar: Text('Search')),
_Page(
content: SearchView(),
titleBar: Text('Search'),
),
_Page(
content: KanjiView(),
titleBar: KanjiViewBar(),