| Index: utils/pub/version_solver.dart
|
| diff --git a/utils/pub/version_solver.dart b/utils/pub/version_solver.dart
|
| index 8af26aab4abc639a7c04d32ecefd65f73bbc425b..7efba4109479020e8d710ec410b06b79fac14278 100644
|
| --- a/utils/pub/version_solver.dart
|
| +++ b/utils/pub/version_solver.dart
|
| @@ -35,18 +35,18 @@
|
| * and then the change the package to use that version. That cycles back up to
|
| * the beginning again.
|
| */
|
| -#library('version_solver');
|
| -
|
| -#import('dart:json');
|
| -#import('dart:math');
|
| -#import('lock_file.dart');
|
| -#import('package.dart');
|
| -#import('pubspec.dart');
|
| -#import('root_source.dart');
|
| -#import('source.dart');
|
| -#import('source_registry.dart');
|
| -#import('utils.dart');
|
| -#import('version.dart');
|
| +library version_solver;
|
| +
|
| +import 'dart:json';
|
| +import 'dart:math';
|
| +import 'lock_file.dart';
|
| +import 'package.dart';
|
| +import 'pubspec.dart';
|
| +import 'root_source.dart';
|
| +import 'source.dart';
|
| +import 'source_registry.dart';
|
| +import 'utils.dart';
|
| +import 'version.dart';
|
|
|
| /**
|
| * Attempts to select the best concrete versions for all of the transitive
|
|
|