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

Unified Diff: test/regression/0400/0421.unit

Issue 1493553002: Smarter splitting around named collection arguments. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 years 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/0300/0394.stmt ('k') | test/regression/other/angular.unit » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/regression/0400/0421.unit
diff --git a/test/regression/0400/0421.unit b/test/regression/0400/0421.unit
index 8097859c6b45a58ee23aaaa6b657e2280b0c9931..ebd840ccde29fbb3ce64f41acb2e67a41771ed88 100644
--- a/test/regression/0400/0421.unit
+++ b/test/regression/0400/0421.unit
@@ -10,15 +10,13 @@ class MyAmazingComponent {
var a = [[[1]]];
}
<<<
-@Component(
- selector: 'my-selector',
- properties: const [
- 'property-1',
- 'property-2',
- 'property-3',
- 'property-4',
- 'property-5'
- ])
+@Component(selector: 'my-selector', properties: const [
+ 'property-1',
+ 'property-2',
+ 'property-3',
+ 'property-4',
+ 'property-5'
+])
@View(
directives: const [
OtherComponent1,
@@ -53,15 +51,13 @@ class MyAmazingComponent {
var a = [[[1]]];
}
<<<
-@Component(
- selector: 'my-selector',
- properties: const [
- 'property-1',
- 'property-2',
- 'property-3',
- 'property-4',
- 'property-5'
- ])
+@Component(selector: 'my-selector', properties: const [
+ 'property-1',
+ 'property-2',
+ 'property-3',
+ 'property-4',
+ 'property-5'
+])
@View(
directives: const [
OtherComponent1,
« no previous file with comments | « test/regression/0300/0394.stmt ('k') | test/regression/other/angular.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698