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

Unified Diff: pkg/analysis_server/test/services/refactoring/convert_getter_to_method_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/services/refactoring/convert_getter_to_method_test.dart
diff --git a/pkg/analysis_server/test/services/refactoring/convert_getter_to_method_test.dart b/pkg/analysis_server/test/services/refactoring/convert_getter_to_method_test.dart
index 40d946f730b6d5584360a8950edebf8818e9716a..7712c7dbd6c90b3537b6b484824348281788f3a7 100644
--- a/pkg/analysis_server/test/services/refactoring/convert_getter_to_method_test.dart
+++ b/pkg/analysis_server/test/services/refactoring/convert_getter_to_method_test.dart
@@ -87,9 +87,7 @@ main(A a, B b, C c, D d) {
}
test_change_multipleFiles() async {
- await indexUnit(
- '/other.dart',
- r'''
+ await indexUnit('/other.dart', r'''
class A {
int get test => 1;
}

Powered by Google App Engine
This is Rietveld 408576698