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

Unified Diff: telemetry/telemetry/internal/platform/device_finder.py

Issue 2988553002: Fixed errors related to bad-continuation pt.11 (Closed)
Patch Set: Fix additional errors Created 3 years, 5 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 | « telemetry/telemetry/internal/platform/cros_platform_backend_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/platform/device_finder.py
diff --git a/telemetry/telemetry/internal/platform/device_finder.py b/telemetry/telemetry/internal/platform/device_finder.py
index 4547ecd20747c41e9da726a41ddad68480306fba..65b9abd951926c78aa5cd946f71417891204b0b8 100644
--- a/telemetry/telemetry/internal/platform/device_finder.py
+++ b/telemetry/telemetry/internal/platform/device_finder.py
@@ -9,9 +9,9 @@ from telemetry.internal.platform import cros_device
from telemetry.internal.platform import desktop_device
DEVICES = [
- android_device,
- cros_device,
- desktop_device,
+ android_device,
+ cros_device,
+ desktop_device,
]
« no previous file with comments | « telemetry/telemetry/internal/platform/cros_platform_backend_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698