Index: pkg/unittest/lib/src/interfaces.dart |
diff --git a/pkg/unittest/lib/src/interfaces.dart b/pkg/unittest/lib/src/interfaces.dart |
index c3af0728698da4ba00aa275f99676b989deff540..18d25dfdd349903bc59bc50aec09daf4689d9f4b 100644 |
--- a/pkg/unittest/lib/src/interfaces.dart |
+++ b/pkg/unittest/lib/src/interfaces.dart |
@@ -41,8 +41,7 @@ abstract class Description { |
* This is used to add a description of an [Iterable] [list], |
* with appropriate [start] and [end] markers and inter-element [separator]. |
*/ |
- Description addAll(String start, String separator, String end, |
- Iterable list); |
+ Description addAll(String start, String separator, String end, Iterable list); |
} |
/** |