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

Unified Diff: pkg/analysis_server/test/analysis/notification_navigation_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/notification_navigation_test.dart
diff --git a/pkg/analysis_server/test/analysis/notification_navigation_test.dart b/pkg/analysis_server/test/analysis/notification_navigation_test.dart
index e0f0cc3645f2cedeccb63f35c91b95450218c2f5..f57c67153266e93458661d58f26e0b37c2afa7ee 100644
--- a/pkg/analysis_server/test/analysis/notification_navigation_test.dart
+++ b/pkg/analysis_server/test/analysis/notification_navigation_test.dart
@@ -229,9 +229,7 @@ main() {
}
test_annotationConstructor_importPrefix() async {
- addFile(
- '$testFolder/my_annotation.dart',
- r'''
+ addFile('$testFolder/my_annotation.dart', r'''
library an;
class MyAnnotation {
const MyAnnotation();
@@ -306,9 +304,7 @@ main() {
}
test_annotationField_importPrefix() async {
- addFile(
- '$testFolder/mayn.dart',
- r'''
+ addFile('$testFolder/mayn.dart', r'''
library an;
const myan = new Object();
''');

Powered by Google App Engine
This is Rietveld 408576698