Skip to content

Commit

Permalink
Fix new formatting errors (flutter#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
mravn-google authored Mar 4, 2018
1 parent 76fe0f7 commit dc51f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/firebase_core/lib/src/firebase_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ class FirebaseOptions {
this.databaseURL,
this.deepLinkURLScheme,
this.storageBucket,
})
: assert(googleAppID != null);
}) : assert(googleAppID != null);

@visibleForTesting
FirebaseOptions.from(Map<dynamic, dynamic> map)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ class FirebaseAnimatedList extends StatefulWidget {
this.shrinkWrap: false,
this.padding,
this.duration: const Duration(milliseconds: 300),
})
: super(key: key) {
}) : super(key: key) {
assert(itemBuilder != null);
}

Expand Down

0 comments on commit dc51f5a

Please sign in to comment.