some formatting of map, parameters and spaces (#29760)
diff --git a/packages/flutter_tools/test/build_info_test.dart b/packages/flutter_tools/test/build_info_test.dart
index acd2a34..854030e 100644
--- a/packages/flutter_tools/test/build_info_test.dart
+++ b/packages/flutter_tools/test/build_info_test.dart
@@ -9,12 +9,10 @@
import 'src/context.dart';
void main() {
- setUpAll(() {
- });
+ setUpAll(() { });
group('Validate build number', () {
- setUp(() async {
- });
+ setUp(() async { });
testUsingContext('CFBundleVersion for iOS', () async {
String buildName = validatedBuildNumberForPlatform(TargetPlatform.ios, 'xyz');
@@ -34,8 +32,7 @@
});
group('Validate build name', () {
- setUp(() async {
- });
+ setUp(() async { });
testUsingContext('CFBundleShortVersionString for iOS', () async {
String buildName = validatedBuildNameForPlatform(TargetPlatform.ios, 'xyz');