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

Unified Diff: pkg/analysis_server/test/analysis_server_test.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/analysis_server/test/analysis_server_test.dart
diff --git a/pkg/analysis_server/test/analysis_server_test.dart b/pkg/analysis_server/test/analysis_server_test.dart
index e74b13d025fef23f701588ef51b31df83b556ee4..a79dea602ee176ec8c0ac0946cbbdadcd6dcd5ee 100644
--- a/pkg/analysis_server/test/analysis_server_test.dart
+++ b/pkg/analysis_server/test/analysis_server_test.dart
@@ -153,9 +153,7 @@ class AnalysisServerTest {
test_setAnalysisSubscriptions_fileInIgnoredFolder_newOptions() async {
String path = '/project/samples/sample.dart';
resourceProvider.newFile(path, '');
- resourceProvider.newFile(
- '/project/analysis_options.yaml',
- r'''
+ resourceProvider.newFile('/project/analysis_options.yaml', r'''
analyzer:
exclude:
- 'samples/**'
@@ -174,9 +172,7 @@ analyzer:
test_setAnalysisSubscriptions_fileInIgnoredFolder_oldOptions() async {
String path = '/project/samples/sample.dart';
resourceProvider.newFile(path, '');
- resourceProvider.newFile(
- '/project/.analysis_options',
- r'''
+ resourceProvider.newFile('/project/.analysis_options', r'''
analyzer:
exclude:
- 'samples/**'
« no previous file with comments | « pkg/analysis_server/test/analysis/update_content_test.dart ('k') | pkg/analysis_server/test/completion_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698