| Index: pkg/collection_helpers/test/algorithms_test.dart
|
| diff --git a/pkg/collection_helpers/test/algorithms_test.dart b/pkg/collection_helpers/test/algorithms_test.dart
|
| index ff82fff73f43feef4fb1e9531fb1cff190c1baf8..cdcbd3be1aaba8e64e4243074472b0fb1c500013 100644
|
| --- a/pkg/collection_helpers/test/algorithms_test.dart
|
| +++ b/pkg/collection_helpers/test/algorithms_test.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.
|
|
|
| -/// Tests algorithm utilities.
|
| +// Tests algorithm utilities.
|
|
|
| import "package:collection_helpers/all.dart";
|
| import "package:unittest/unittest.dart";
|
| @@ -268,4 +268,4 @@ class OC implements Comparable<OC> {
|
| OC(this.id, this.order);
|
| int compareTo(OC other) => id - other.id;
|
| String toString() => "OC[$id,$order]";
|
| -}
|
| +}
|
|
|