| Index: pkg/barback/lib/src/utils/multiset.dart
|
| diff --git a/pkg/barback/lib/src/multiset.dart b/pkg/barback/lib/src/utils/multiset.dart
|
| similarity index 98%
|
| rename from pkg/barback/lib/src/multiset.dart
|
| rename to pkg/barback/lib/src/utils/multiset.dart
|
| index e2d3e301b2a8b2f3999feab5b9e562ee229d6bb7..20d1c57e04a18098bda124a038bf68f52b096c25 100644
|
| --- a/pkg/barback/lib/src/multiset.dart
|
| +++ b/pkg/barback/lib/src/utils/multiset.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library barback.multiset;
|
| +library barback.utils.multiset;
|
|
|
| import 'dart:collection';
|
|
|
|
|