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

Unified Diff: tools/telemetry/telemetry/core/platform/desktop_device.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/core/platform/desktop_device.py
diff --git a/tools/telemetry/telemetry/core/platform/desktop_device.py b/tools/telemetry/telemetry/core/platform/desktop_device.py
index 4d68863785593c39d5bc22751b023ad7f7d3968d..22443a67d05067f87960884dfaa74091f1519d4b 100644
--- a/tools/telemetry/telemetry/core/platform/desktop_device.py
+++ b/tools/telemetry/telemetry/core/platform/desktop_device.py
@@ -21,4 +21,4 @@ def FindAllAvailableDevices(_):
# If the host platform is Chrome OS, the device is also considered as cros.
if platform.GetHostPlatform().GetOSName() == 'chromeos':
return []
- return [DesktopDevice()]
+ return [DesktopDevice()]

Powered by Google App Engine
This is Rietveld 408576698