Unverified Commit f4040455 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Minor formatting fixes (no logical changes) (#13855)

Reformats a SafeArea introduced in #13853.
parent 1d8ac6d4
......@@ -142,7 +142,11 @@ class SectionDetailView extends StatelessWidget {
item = new Container(
height: 240.0,
padding: const EdgeInsets.all(16.0),
child: new SafeArea(top: false, bottom:false, child: image),
child: new SafeArea(
top: false,
bottom: false,
child: image,
),
);
} else {
item = new ListTile(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment