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

Unified Diff: pkg/analysis_server/benchmark/integration/operation.dart

Issue 1310263003: Reformat code to minimize churn (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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/benchmark/integration/operation.dart
diff --git a/pkg/analysis_server/benchmark/integration/operation.dart b/pkg/analysis_server/benchmark/integration/operation.dart
index 9e408d8cbba77fd57bbab6c0264fff97ac75d238..761698e1cde980252618bf5ea63e9bc8b4de472f 100644
--- a/pkg/analysis_server/benchmark/integration/operation.dart
+++ b/pkg/analysis_server/benchmark/integration/operation.dart
@@ -87,8 +87,8 @@ class RequestOperation extends Operation {
void recordResult(bool success, result) {
Duration elapsed = stopwatch.elapsed;
driver.results.record(method, elapsed, success: success);
- driver.logger.log(
- Level.FINE, 'Response received: $method : $elapsed\n $result');
+ driver.logger
+ .log(Level.FINE, 'Response received: $method : $elapsed\n $result');
}
driver.send(method, json['params']).then((Map<String, dynamic> result) {
« no previous file with comments | « pkg/analysis_server/benchmark/integration/main.dart ('k') | pkg/analysis_server/lib/src/analysis_logger.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698