Remove errant double spaces (#110758)
This commit is contained in:
parent
1658cb5eb1
commit
0c2f7bc2a2
@ -8,7 +8,6 @@ import 'dart:math' as math;
|
|||||||
import 'package:flutter/foundation.dart' show kDebugMode;
|
import 'package:flutter/foundation.dart' show kDebugMode;
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter/services.dart';
|
import 'package:flutter/services.dart';
|
||||||
|
|
||||||
import 'package:microbenchmarks/common.dart';
|
import 'package:microbenchmarks/common.dart';
|
||||||
|
|
||||||
List<Object?> _makeTestBuffer(int size) {
|
List<Object?> _makeTestBuffer(int size) {
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
import 'package:flutter/widgets.dart';
|
import 'package:flutter/widgets.dart';
|
||||||
|
|
||||||
import 'bottom_tab_bar.dart';
|
import 'bottom_tab_bar.dart';
|
||||||
import 'colors.dart';
|
import 'colors.dart';
|
||||||
import 'theme.dart';
|
import 'theme.dart';
|
||||||
|
@ -6,6 +6,7 @@ import 'dart:convert' show json;
|
|||||||
import 'dart:developer' as developer;
|
import 'dart:developer' as developer;
|
||||||
import 'dart:io' show exit;
|
import 'dart:io' show exit;
|
||||||
import 'dart:ui' as ui show Brightness, PlatformDispatcher, SingletonFlutterWindow, window;
|
import 'dart:ui' as ui show Brightness, PlatformDispatcher, SingletonFlutterWindow, window;
|
||||||
|
|
||||||
// Before adding any more dart:ui imports, please read the README.
|
// Before adding any more dart:ui imports, please read the README.
|
||||||
|
|
||||||
import 'package:meta/meta.dart';
|
import 'package:meta/meta.dart';
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
|
|
||||||
import 'package:flutter/foundation.dart';
|
import 'package:flutter/foundation.dart';
|
||||||
|
|
||||||
import 'binding.dart';
|
import 'binding.dart';
|
||||||
|
@ -20,7 +20,6 @@ import '../device.dart';
|
|||||||
import '../device_port_forwarder.dart';
|
import '../device_port_forwarder.dart';
|
||||||
import '../project.dart';
|
import '../project.dart';
|
||||||
import '../protocol_discovery.dart';
|
import '../protocol_discovery.dart';
|
||||||
|
|
||||||
import 'android.dart';
|
import 'android.dart';
|
||||||
import 'android_builder.dart';
|
import 'android_builder.dart';
|
||||||
import 'android_console.dart';
|
import 'android_console.dart';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user