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

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

Issue 1028903002: [Telemetry] Style fix, make docstrings consistent with style guide. (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
« no previous file with comments | « tools/telemetry/telemetry/timeline/sample.py ('k') | tools/telemetry/telemetry/timeline/thread.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/timeline/surface_flinger_importer.py
diff --git a/tools/telemetry/telemetry/timeline/surface_flinger_importer.py b/tools/telemetry/telemetry/timeline/surface_flinger_importer.py
index 71dde5d6ee119286e879633ba30d66636089c4bd..bc4e72d49e5c06826e09c47911333f3b43b1af82 100644
--- a/tools/telemetry/telemetry/timeline/surface_flinger_importer.py
+++ b/tools/telemetry/telemetry/timeline/surface_flinger_importer.py
@@ -30,7 +30,7 @@ class SurfaceFlingerTimelineImporter(importer.TimelineImporter):
thread.EndSlice(event['ts'])
def FinalizeImport(self):
- '''Called by the Model after all other importers have imported their
- events.'''
+ """Called by the Model after all other importers have imported their
+ events."""
self._model.UpdateBounds()
self._model.surface_flinger_process = self._surface_flinger_process
« no previous file with comments | « tools/telemetry/telemetry/timeline/sample.py ('k') | tools/telemetry/telemetry/timeline/thread.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698