File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
// @dart=2.10
6
6
7
7
import 'package:path/path.dart' as p;
8
- import 'package:pub/src/source/path.dart' ;
9
8
import 'package:pub_semver/pub_semver.dart' ;
10
9
import 'package:yaml/yaml.dart' ;
11
10
@@ -19,6 +18,7 @@ import '../package.dart';
19
18
import '../package_name.dart' ;
20
19
import '../pubspec.dart' ;
21
20
import '../solver.dart' ;
21
+ import '../source/path.dart' ;
22
22
import '../utils.dart' ;
23
23
import '../yaml_edit/editor.dart' ;
24
24
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import 'package.dart';
22
22
import 'package_name.dart' ;
23
23
import 'pubspec.dart' ;
24
24
import 'sdk.dart' ;
25
- import 'solver/incompatibility_cause.dart' ;
26
25
import 'solver.dart' ;
26
+ import 'solver/incompatibility_cause.dart' ;
27
27
import 'source/cached.dart' ;
28
28
import 'source/git.dart' ;
29
29
import 'source/hosted.dart' ;
You can’t perform that action at this time.
0 commit comments