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

Unified Diff: pkg/analyzer_plugin/test/support/abstract_context.dart

Issue 2975253002: Format analyzer, analysis_server, analyzer_plugin, front_end and kernel with the latest dartfmt. (Closed)
Patch Set: Created 3 years, 5 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_plugin/test/support/abstract_context.dart
diff --git a/pkg/analyzer_plugin/test/support/abstract_context.dart b/pkg/analyzer_plugin/test/support/abstract_context.dart
index 663b8e3fdc5d576c18f992a2e164403e9838f93d..2f679df8c3cb1d0771be80256e01e39144336e66 100644
--- a/pkg/analyzer_plugin/test/support/abstract_context.dart
+++ b/pkg/analyzer_plugin/test/support/abstract_context.dart
@@ -68,10 +68,7 @@ class AbstractContextTest {
*/
AnalysisSession get session => driver.currentSession;
- Source addMetaPackageSource() => addPackageSource(
- 'meta',
- 'meta.dart',
- r'''
+ Source addMetaPackageSource() => addPackageSource('meta', 'meta.dart', r'''
library meta;
const Required required = const Required();

Powered by Google App Engine
This is Rietveld 408576698