Index: build/android/pylib/instrumentation/test_package.py |
diff --git a/build/android/pylib/instrumentation/test_package.py b/build/android/pylib/instrumentation/test_package.py |
index af7b1e7d007e4858c270f47b1ad9998d936b5be5..1f56b5e0892316e134ff3ba9f0ed786283660c7d 100644 |
--- a/build/android/pylib/instrumentation/test_package.py |
+++ b/build/android/pylib/instrumentation/test_package.py |
@@ -39,4 +39,3 @@ class TestPackage(test_jar.TestJar): |
if (self._test_support_apk_path and |
os.path.exists(self._test_support_apk_path)): |
device.Install(self._test_support_apk_path) |
- |