Correct a formatting error
This commit is contained in:
parent
f76f0011ad
commit
f89724906b
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue