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

Unified Diff: pkg/analysis_server/test/integration/server/status_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/server/status_test.dart
diff --git a/pkg/analysis_server/test/integration/server/status_test.dart b/pkg/analysis_server/test/integration/server/status_test.dart
index 4081e9724b0aa1cbdc2a99e19c666bd3262a4101..72163c354ab612413855e99a93b6a80ec8dbb8ba 100644
--- a/pkg/analysis_server/test/integration/server/status_test.dart
+++ b/pkg/analysis_server/test/integration/server/status_test.dart
@@ -35,9 +35,7 @@ class StatusTest extends AbstractAnalysisServerIntegrationTest {
}
}
});
- writeFile(
- sourcePath('test.dart'),
- '''
+ writeFile(sourcePath('test.dart'), '''
main() {
var x;
}''');
« no previous file with comments | « pkg/analysis_server/test/integration/server/set_subscriptions_test.dart ('k') | pkg/analysis_server/test/mock_sdk.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698