mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix import order to unblock Dart roll (flutter/engine#27321)
This commit is contained in:
parent
1bdcf5501f
commit
b33fa08ebc
@ -16,8 +16,8 @@ import 'package:args/args.dart';
|
||||
import 'package:isolate/isolate.dart';
|
||||
import 'package:meta/meta.dart';
|
||||
import 'package:path/path.dart' as path;
|
||||
import 'package:process_runner/process_runner.dart';
|
||||
import 'package:process/process.dart';
|
||||
import 'package:process_runner/process_runner.dart';
|
||||
|
||||
class FormattingException implements Exception {
|
||||
FormattingException(this.message, [this.result]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user