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

Unified Diff: pkg/analysis_server/test/services/refactoring/extract_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/extract_method_test.dart
diff --git a/pkg/analysis_server/test/services/refactoring/extract_method_test.dart b/pkg/analysis_server/test/services/refactoring/extract_method_test.dart
index e57e0e9482a6e76ebf3cda9d9fe2dbe17624a214..a5363ec4ec4e33ec91483a3d7f739b25ac3eb489 100644
--- a/pkg/analysis_server/test/services/refactoring/extract_method_test.dart
+++ b/pkg/analysis_server/test/services/refactoring/extract_method_test.dart
@@ -2797,9 +2797,7 @@ void res() {
}
void _addLibraryReturningAsync() {
- addSource(
- '/asyncLib.dart',
- r'''
+ addSource('/asyncLib.dart', r'''
library asyncLib;
import 'dart:async';
Future<int> newFuture() => null;

Powered by Google App Engine
This is Rietveld 408576698