Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: lib/src/version.dart

Issue 1843133004: Fix all strong mode warnings. (Closed) Base URL: git@github.com:dart-lang/pub_semver@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/version_union.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/version.dart
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 528c3a2016ab1bbaf226dea2d2b0f37cb9a30716..98722897cb39e2dd3dde17b6b1c54fda13e47fbd 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -4,7 +4,7 @@
import 'dart:math' as math;
-import 'package:collection/equality.dart';
+import 'package:collection/collection.dart';
import 'patterns.dart';
import 'version_constraint.dart';
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/version_union.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698