style: dart format reflow (no behavior change)
This commit is contained in:
parent
cf5d302cc1
commit
e3ec855630
17 changed files with 197 additions and 139 deletions
|
|
@ -63,10 +63,7 @@ void main() {
|
|||
|
||||
// Explanation text and kanji are shown above the fold.
|
||||
expect(find.text('種まき'), findsOneWidget);
|
||||
expect(
|
||||
find.textContaining('helps people and collectives'),
|
||||
findsOneWidget,
|
||||
);
|
||||
expect(find.textContaining('helps people and collectives'), findsOneWidget);
|
||||
expect(find.textContaining('digital Plantare'), findsOneWidget);
|
||||
|
||||
// License and version live below the fold; scroll them into view.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue