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

Reformats a SafeArea introduced in #13853.
This commit is contained in:
Chris Bracken 2018-01-02 15:42:48 -08:00 committed by GitHub
parent 1d8ac6d429
commit f4040455d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(