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

Unified Diff: test/dart_codegen/expect/core/errors.dart

Issue 959073002: Fix new line breaks on } (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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 | « test/dart_codegen/expect/core/duration.dart ('k') | test/dart_codegen/expect/core/exceptions.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart_codegen/expect/core/errors.dart
diff --git a/test/dart_codegen/expect/core/errors.dart b/test/dart_codegen/expect/core/errors.dart
index 3968a12593ec5d5ab5fd520d13415e5115ad784b..00c2740ea4c1336abbde85e8b6b021aff6a7755b 100644
--- a/test/dart_codegen/expect/core/errors.dart
+++ b/test/dart_codegen/expect/core/errors.dart
@@ -37,8 +37,7 @@ result = "$result: $message";
if (name != null) {
nameString = " ($name)";
}
- return "$message$nameString: ${Error.safeToString(invalidValue)}
-";
+ return "$message$nameString: ${Error.safeToString(invalidValue)}";
}
}
class RangeError extends ArgumentError {final num start;
@@ -142,8 +141,7 @@ explanation = "index must not be negative";
if (modifiedObject == null) {
return "Concurrent modification during iteration.";
}
- return "Concurrent modification during iteration: " "${Error.safeToString(modifiedObject)}
-.";
+ return "Concurrent modification during iteration: " "${Error.safeToString(modifiedObject)}.";
}
}
class OutOfMemoryError implements Error {const OutOfMemoryError();
« no previous file with comments | « test/dart_codegen/expect/core/duration.dart ('k') | test/dart_codegen/expect/core/exceptions.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698