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

Unified Diff: pkg/analysis_server/test/services/refactoring/inline_local_test.dart

Issue 1838933003: Format code in analysis_server (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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/inline_local_test.dart
diff --git a/pkg/analysis_server/test/services/refactoring/inline_local_test.dart b/pkg/analysis_server/test/services/refactoring/inline_local_test.dart
index 9b5838649b836e16c025f6e85a0532bb863aa20f..37f46cdb967182deeb72b39005fe7ee4fdb67d67 100644
--- a/pkg/analysis_server/test/services/refactoring/inline_local_test.dart
+++ b/pkg/analysis_server/test/services/refactoring/inline_local_test.dart
@@ -317,7 +317,8 @@ a''';
$a
bbb''';
}
-""".replaceAll('\n', '\r\n'));
+"""
+ .replaceAll('\n', '\r\n'));
_createRefactoring('a =');
// validate change
return assertSuccessfulRefactoring(r"""
@@ -328,7 +329,8 @@ a
a
bbb''';
}
-""".replaceAll('\n', '\r\n'));
+"""
+ .replaceAll('\n', '\r\n'));
}
test_OK_intoStringInterpolation_string_multiLineIntoSingle() {

Powered by Google App Engine
This is Rietveld 408576698