From f4040455d1ff3c55ca1aecdc78c6e80bdbe309da Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Tue, 2 Jan 2018 15:42:48 -0800 Subject: [PATCH] Minor formatting fixes (no logical changes) (#13855) Reformats a SafeArea introduced in #13853. --- examples/flutter_gallery/lib/demo/animation/widgets.dart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/flutter_gallery/lib/demo/animation/widgets.dart b/examples/flutter_gallery/lib/demo/animation/widgets.dart index 13791a348df..c8ca06c5936 100644 --- a/examples/flutter_gallery/lib/demo/animation/widgets.dart +++ b/examples/flutter_gallery/lib/demo/animation/widgets.dart @@ -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(