Correct a formatting error

pull/6/head
Oystein Kristoffer Tveit 2021-03-05 22:39:28 +01:00
parent f76f0011ad
commit f89724906b
1 changed files with 4 additions and 1 deletions

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(),