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

Unified Diff: pkg/analysis_server/lib/src/domain_execution.dart

Issue 2746333008: Run dartfmt on dart2js codebase. (Closed)
Patch Set: Format all analyzer packages Created 3 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/lib/src/domain_execution.dart
diff --git a/pkg/analysis_server/lib/src/domain_execution.dart b/pkg/analysis_server/lib/src/domain_execution.dart
index dfdd2bd9c4457b5dd43fa57f1d87657e172f3f3f..634c0c19868f9502f776c291e270aa5053b3b810 100644
--- a/pkg/analysis_server/lib/src/domain_execution.dart
+++ b/pkg/analysis_server/lib/src/domain_execution.dart
@@ -164,7 +164,8 @@ class ExecutionDomainHandler implements RequestHandler {
return new ExecutionSetSubscriptionsResult().toResponse(request.id);
} else {
List<ExecutionService> subscriptions =
- new ExecutionSetSubscriptionsParams.fromRequest(request).subscriptions;
+ new ExecutionSetSubscriptionsParams.fromRequest(request)
+ .subscriptions;
if (subscriptions.contains(ExecutionService.LAUNCH_DATA)) {
if (onFileAnalyzed == null) {
onFileAnalyzed = server.onFileAnalyzed.listen(_fileAnalyzed);

Powered by Google App Engine
This is Rietveld 408576698