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

Unified Diff: tools/telemetry/telemetry/timeline/tab_id_importer.py

Issue 1020853015: [telemetry] Add newlines to the end of all files that are missing it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: tools/telemetry/telemetry/timeline/tab_id_importer.py
diff --git a/tools/telemetry/telemetry/timeline/tab_id_importer.py b/tools/telemetry/telemetry/timeline/tab_id_importer.py
index f5929d5bc6a67d40b6a53cdfaa08d6acae9c8430..bcae8f472b1bd54ec611561d8bcd934855fa328f 100644
--- a/tools/telemetry/telemetry/timeline/tab_id_importer.py
+++ b/tools/telemetry/telemetry/timeline/tab_id_importer.py
@@ -51,4 +51,4 @@ class TabIdImporter(importer.TimelineImporter):
assert(len(timeline_markers) == 1)
assert(timeline_markers[0].start_thread == timeline_markers[0].end_thread)
self._model.AddMappingFromTabIdToRendererThread(
- tab_id, timeline_markers[0].start_thread)
+ tab_id, timeline_markers[0].start_thread)
« no previous file with comments | « tools/telemetry/telemetry/timeline/model_unittest.py ('k') | tools/telemetry/telemetry/timeline/tab_id_importer_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698