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

Unified Diff: tools/telemetry/telemetry/core/device_finder.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
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/platform/desktop_device.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/device_finder.py
diff --git a/tools/telemetry/telemetry/core/device_finder.py b/tools/telemetry/telemetry/core/device_finder.py
index c5346145e784738b0bdc5d1cc487031ab547c916..beae25834af8be0b8c3a666df7a267112cfe1907 100644
--- a/tools/telemetry/telemetry/core/device_finder.py
+++ b/tools/telemetry/telemetry/core/device_finder.py
@@ -41,4 +41,4 @@ def GetDevicesMatchingOptions(options):
devices = [d for d in devices if d.guid == options.device]
devices.sort(key=lambda device: device.name)
- return devices
+ return devices
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/platform/desktop_device.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698