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

Unified Diff: lib/src/description.dart

Issue 840133003: matcher: fixed status file, formatting, tweaks to readme (Closed) Base URL: https://github.com/dart-lang/matcher.git@master
Patch Set: nits Created 5 years, 11 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 | « lib/src/core_matchers.dart ('k') | lib/src/error_matchers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/description.dart
diff --git a/lib/src/description.dart b/lib/src/description.dart
index f03934d0bfd494c890291742f3495b34c05f0ba9..1da5a3aa16d3c0bb4529f59b6a250e4c53efdb82 100644
--- a/lib/src/description.dart
+++ b/lib/src/description.dart
@@ -51,8 +51,8 @@ class StringDescription implements Description {
/// Append an [Iterable] [list] of objects to the description, using the
/// specified [separator] and framing the list with [start]
/// and [end].
- Description addAll(String start, String separator, String end,
- Iterable list) {
+ Description addAll(
+ String start, String separator, String end, Iterable list) {
var separate = false;
add(start);
for (var item in list) {
« no previous file with comments | « lib/src/core_matchers.dart ('k') | lib/src/error_matchers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698