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

Unified Diff: pkg/analysis_server/test/integration/analysis/set_general_subscriptions_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/integration/analysis/set_general_subscriptions_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/set_general_subscriptions_test.dart b/pkg/analysis_server/test/integration/analysis/set_general_subscriptions_test.dart
index 231b2261c7584d389967ff4b78cc6973cccfc679..9d491570730038b31e4652c4237a6b4cee2f59fb 100644
--- a/pkg/analysis_server/test/integration/analysis/set_general_subscriptions_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/set_general_subscriptions_test.dart
@@ -19,9 +19,7 @@ class SetGeneralSubscriptionsTest
extends AbstractAnalysisServerIntegrationTest {
test_options() async {
String pathname = sourcePath('test.dart');
- writeFile(
- pathname,
- '''
+ writeFile(pathname, '''
class Foo {
void bar() {}
}

Powered by Google App Engine
This is Rietveld 408576698