mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
sort directives (#81210)
This commit is contained in:
parent
2cc367fbcb
commit
08d7811f7f
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
import 'package:flutter_devicelab/tasks/dart_plugin_registry_tests.dart';
|
||||
import 'package:flutter_devicelab/framework/framework.dart';
|
||||
import 'package:flutter_devicelab/tasks/dart_plugin_registry_tests.dart';
|
||||
|
||||
Future<void> main() async {
|
||||
await task(dartPluginRegistryTest());
|
||||
|
@ -6,10 +6,10 @@ import 'dart:async';
|
||||
import 'dart:convert';
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:path/path.dart' as path;
|
||||
import 'package:flutter_devicelab/framework/framework.dart';
|
||||
import 'package:flutter_devicelab/framework/task_result.dart';
|
||||
import 'package:flutter_devicelab/framework/utils.dart';
|
||||
import 'package:path/path.dart' as path;
|
||||
|
||||
TaskFunction dartPluginRegistryTest({
|
||||
String deviceIdOverride,
|
||||
|
Loading…
Reference in New Issue
Block a user