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

Unified Diff: pkg/analysis_server/test/analysis/set_priority_files_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/set_priority_files_test.dart
diff --git a/pkg/analysis_server/test/analysis/set_priority_files_test.dart b/pkg/analysis_server/test/analysis/set_priority_files_test.dart
index 6ec0b4b0ffa178d2575ffcaba506ac2675a054a7..1de25bf77eebb45e921a154fffec2e19efc8aa48 100644
--- a/pkg/analysis_server/test/analysis/set_priority_files_test.dart
+++ b/pkg/analysis_server/test/analysis/set_priority_files_test.dart
@@ -64,9 +64,7 @@ class SetPriorityFilesTest extends AbstractAnalysisTest {
test_ignoredInAnalysisOptions() async {
String sampleFile = '$projectPath/samples/sample.dart';
- addFile(
- '$projectPath/.analysis_options',
- r'''
+ addFile('$projectPath/.analysis_options', r'''
analyzer:
exclude:
- 'samples/**'
@@ -81,9 +79,7 @@ analyzer:
addFile('$projectPath/.packages', '');
addFile('$projectPath/child/.packages', '');
String sampleFile = '$projectPath/child/samples/sample.dart';
- addFile(
- '$projectPath/child/.analysis_options',
- r'''
+ addFile('$projectPath/child/.analysis_options', r'''
analyzer:
exclude:
- 'samples/**'
@@ -98,9 +94,7 @@ analyzer:
addFile('$projectPath/.packages', '');
addFile('$projectPath/child/.packages', '');
String sampleFile = '$projectPath/child/samples/sample.dart';
- addFile(
- '$projectPath/.analysis_options',
- r'''
+ addFile('$projectPath/.analysis_options', r'''
analyzer:
exclude:
- 'child/samples/**'

Powered by Google App Engine
This is Rietveld 408576698