Remove errant double spaces (#110758)

This commit is contained in:
Pierre-Louis 2022-09-02 06:00:58 +02:00 committed by GitHub
parent 1658cb5eb1
commit 0c2f7bc2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
93 changed files with 155 additions and 154 deletions

View File

@ -8,7 +8,6 @@ import 'dart:math' as math;
import 'package:flutter/foundation.dart' show kDebugMode;
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:microbenchmarks/common.dart';
List<Object?> _makeTestBuffer(int size) {

View File

@ -3,6 +3,7 @@
// found in the LICENSE file.
import 'package:flutter/widgets.dart';
import 'bottom_tab_bar.dart';
import 'colors.dart';
import 'theme.dart';

View File

@ -6,6 +6,7 @@ import 'dart:convert' show json;
import 'dart:developer' as developer;
import 'dart:io' show exit;
import 'dart:ui' as ui show Brightness, PlatformDispatcher, SingletonFlutterWindow, window;
// Before adding any more dart:ui imports, please read the README.
import 'package:meta/meta.dart';

View File

@ -3,6 +3,7 @@
// found in the LICENSE file.
import 'dart:io';
import 'package:flutter/foundation.dart';
import 'binding.dart';

View File

@ -20,7 +20,6 @@ import '../device.dart';
import '../device_port_forwarder.dart';
import '../project.dart';
import '../protocol_discovery.dart';
import 'android.dart';
import 'android_builder.dart';
import 'android_console.dart';