commit | c02b6a8bcf174e5220259f839705afeace151e92 | [log] [tgz] |
---|---|---|
author | Alexandre Ardhuin <alexandre.ardhuin@gmail.com> | Fri Feb 02 23:27:29 2018 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 02 23:27:29 2018 +0100 |
tree | b827769227b06f810d698e762fc723acaab6c962 | |
parent | 688a571c71a00b136b1f31d54061ab05b1cc30c7 [diff] [blame] |
some whitespace cleanup (#14443)
diff --git a/examples/flutter_gallery/lib/demo/material/drawer_demo.dart b/examples/flutter_gallery/lib/demo/material/drawer_demo.dart index 8d96bd5..54f6f35 100644 --- a/examples/flutter_gallery/lib/demo/material/drawer_demo.dart +++ b/examples/flutter_gallery/lib/demo/material/drawer_demo.dart
@@ -100,7 +100,7 @@ package: _kGalleryAssetsPackage, ), ), - otherAccountsPictures: <Widget>[ + otherAccountsPictures: <Widget>[ new GestureDetector( onTap: () { _onOtherAccountsTap(context);