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

Unified Diff: test/regression/95.unit

Issue 1191833002: Split after "=>" if the parameters split. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 years, 6 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/regression/6.stmt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/regression/95.unit
diff --git a/test/regression/95.unit b/test/regression/95.unit
index 4d2138b86e4829f0151a11ff1250f67f346f5706..d162aa645a782cd6ace20bef0cf7459857d0279f 100644
--- a/test/regression/95.unit
+++ b/test/regression/95.unit
@@ -5,9 +5,10 @@
message_str;
<<<
String lookupMessage(String message_str,
- [final String desc = '',
- final Map examples = const {},
- String locale,
- String name,
- List<String> args,
- String meaning]) => message_str;
+ [final String desc = '',
+ final Map examples = const {},
+ String locale,
+ String name,
+ List<String> args,
+ String meaning]) =>
+ message_str;
« no previous file with comments | « test/regression/6.stmt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698