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

Unified Diff: pkg/analysis_server/test/analysis/notification_highlights_test2.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_highlights_test2.dart
diff --git a/pkg/analysis_server/test/analysis/notification_highlights_test2.dart b/pkg/analysis_server/test/analysis/notification_highlights_test2.dart
index a0f2a1845af8933f82cd57cb1fa4b448bb76dfc8..a522793514c5031ad6421903cf5b217a6d6af7c5 100644
--- a/pkg/analysis_server/test/analysis/notification_highlights_test2.dart
+++ b/pkg/analysis_server/test/analysis/notification_highlights_test2.dart
@@ -1085,9 +1085,7 @@ class A {
}
void _addLibraryForTestPart() {
- addFile(
- '$testFolder/my_lib.dart',
- '''
+ addFile('$testFolder/my_lib.dart', '''
library lib;
part 'test.dart';
''');

Powered by Google App Engine
This is Rietveld 408576698