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

Unified Diff: test/regression/6.stmt

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/250.unit ('k') | test/regression/95.unit » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/regression/6.stmt
diff --git a/test/regression/6.stmt b/test/regression/6.stmt
index e7c8059104fcfbc380558773869479046245abe4..ed8ad97d638b9ac9a5bcca1ed9b535f0a4d51667 100644
--- a/test/regression/6.stmt
+++ b/test/regression/6.stmt
@@ -2,8 +2,8 @@
return _provideDirectorySources(graph.packages[package], "bin").then((_) => BarbackServer.bind(
this, _hostname, 0, package: package, rootDirectory: "bin"));
<<<
-return _provideDirectorySources(graph.packages[package], "bin")
- .then((_) => BarbackServer.bind(this, _hostname, 0,
+return _provideDirectorySources(graph.packages[package], "bin").then((_) =>
+ BarbackServer.bind(this, _hostname, 0,
package: package, rootDirectory: "bin"));
>>>
messageMentionsAsset(id) =>
« no previous file with comments | « test/regression/250.unit ('k') | test/regression/95.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698