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

Unified Diff: pkg/analysis_server/test/analysis/notification_overrides_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_overrides_test.dart
diff --git a/pkg/analysis_server/test/analysis/notification_overrides_test.dart b/pkg/analysis_server/test/analysis/notification_overrides_test.dart
index ab9efad025ec23f6c41b9b8b0c72bdde6387cee6..10abe239f0e9025ce4fea849218008788778b8c3 100644
--- a/pkg/analysis_server/test/analysis/notification_overrides_test.dart
+++ b/pkg/analysis_server/test/analysis/notification_overrides_test.dart
@@ -232,9 +232,7 @@ class B extends A {
}
test_BAD_privateByPrivate_inDifferentLib() async {
- addFile(
- '$testFolder/lib.dart',
- r'''
+ addFile('$testFolder/lib.dart', r'''
class A {
void _m() {}
}

Powered by Google App Engine
This is Rietveld 408576698