Fix import order to unblock Dart roll (flutter/engine#27321)

This commit is contained in:
Zachary Anderson 2021-07-11 22:56:02 -07:00 committed by GitHub
parent 1bdcf5501f
commit b33fa08ebc

View File

@ -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]);