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

Unified Diff: pkg/analyzer/test/services/data/stmt_tests.data

Issue 153623006: formatter nits (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: pkg/analyzer/test/services/data/stmt_tests.data
diff --git a/pkg/analyzer/test/services/data/stmt_tests.data b/pkg/analyzer/test/services/data/stmt_tests.data
index 635ba5d30edb2d818053538f485e1833008cbc10..d150255eb7702465054355dd11fedcd9f26e2c31 100644
--- a/pkg/analyzer/test/services/data/stmt_tests.data
+++ b/pkg/analyzer/test/services/data/stmt_tests.data
@@ -121,3 +121,8 @@ main() {
throw new FormatException(
"This is a long exception message that puts this over 80 columns.");
}
+>>>
+return new Field._internal(bombCount, cols, new ReadOnlyCollection<bool>(squares));
+<<<
+return new Field._internal(bombCount, cols,
+ new ReadOnlyCollection<bool>(squares));

Powered by Google App Engine
This is Rietveld 408576698