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

Unified Diff: pkg/analysis_server/test/analysis/notification_implemented_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_implemented_test.dart
diff --git a/pkg/analysis_server/test/analysis/notification_implemented_test.dart b/pkg/analysis_server/test/analysis/notification_implemented_test.dart
index 27c1f59b383c0870d2d105b37ec7e3ec0cd42d07..cc80eb999cd124d19c2a404106d884b7cb2aafcc 100644
--- a/pkg/analysis_server/test/analysis/notification_implemented_test.dart
+++ b/pkg/analysis_server/test/analysis/notification_implemented_test.dart
@@ -271,9 +271,7 @@ class C extends A {
}
test_method_withMethod_private_differentLib() async {
- addFile(
- '$testFolder/lib.dart',
- r'''
+ addFile('$testFolder/lib.dart', r'''
import 'test.dart';
class B extends A {
void _m() {}

Powered by Google App Engine
This is Rietveld 408576698