| Index: build/android/pylib/device/adb_wrapper_test.py
|
| diff --git a/build/android/pylib/device/adb_wrapper_test.py b/build/android/pylib/device/adb_wrapper_test.py
|
| index 52bedb498066fdb56a57d69c8b07c79763b476a4..fe4734ca325ff48e89d938e3062a77fa0d714ca0 100644
|
| --- a/build/android/pylib/device/adb_wrapper_test.py
|
| +++ b/build/android/pylib/device/adb_wrapper_test.py
|
| @@ -23,7 +23,7 @@ class TestAdbWrapper(unittest.TestCase):
|
| @staticmethod
|
| def _MakeTempFile(contents):
|
| """Make a temporary file with the given contents.
|
| -
|
| +
|
| Args:
|
| contents: string to write to the temporary file.
|
|
|
|
|