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

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

Issue 1834423002: Sort the files 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/benchmark/integration/log_file_input_converter.dart
diff --git a/pkg/analysis_server/benchmark/integration/log_file_input_converter.dart b/pkg/analysis_server/benchmark/integration/log_file_input_converter.dart
index 0781baeb0314b85b3f903c8a9517a733dfdaaa88..ba98b3b11714c4029c212c726113065ac77748c9 100644
--- a/pkg/analysis_server/benchmark/integration/log_file_input_converter.dart
+++ b/pkg/analysis_server/benchmark/integration/log_file_input_converter.dart
@@ -13,9 +13,9 @@ import 'input_converter.dart';
import 'operation.dart';
const CONNECTED_MSG_FRAGMENT = ' <= {"event":"server.connected"';
-final int NINE = '9'.codeUnitAt(0);
const RECEIVED_FRAGMENT = ' <= {';
const SENT_FRAGMENT = ' => {';
+final int NINE = '9'.codeUnitAt(0);
final int ZERO = '0'.codeUnitAt(0);
/**

Powered by Google App Engine
This is Rietveld 408576698