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

Unified Diff: pkg/analyzer/test/src/dart/constant/utilities_test.dart

Issue 2826693004: Run formatter on the analyzer. (Closed)
Patch Set: Run formatter on the analyzer. Created 3 years, 8 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 | « pkg/analyzer/lib/src/kernel/loader.dart ('k') | pkg/analyzer_cli/tool/perf.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/dart/constant/utilities_test.dart
diff --git a/pkg/analyzer/test/src/dart/constant/utilities_test.dart b/pkg/analyzer/test/src/dart/constant/utilities_test.dart
index bf382f121899f12b5dedf193ac84e0570e97fc11..4759566482a954e3261e1400747cc1e02f86fcac 100644
--- a/pkg/analyzer/test/src/dart/constant/utilities_test.dart
+++ b/pkg/analyzer/test/src/dart/constant/utilities_test.dart
@@ -57,8 +57,9 @@ class ConstantFinderTest {
compilationUnitElement;
ElementAnnotationImpl elementAnnotation =
new ElementAnnotationImpl(compilationUnitElement);
- _node = elementAnnotation.annotationAst = AstTestFactory.annotation(
- AstTestFactory.identifier3('x'))..elementAnnotation = elementAnnotation;
+ _node = elementAnnotation.annotationAst = AstTestFactory
+ .annotation(AstTestFactory.identifier3('x'))
+ ..elementAnnotation = elementAnnotation;
expect(_findAnnotations(), contains(_node));
}
« no previous file with comments | « pkg/analyzer/lib/src/kernel/loader.dart ('k') | pkg/analyzer_cli/tool/perf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698