Chromium Code Reviews| Index: testing_support/git_test_utils.py |
| diff --git a/testing_support/git_test_utils.py b/testing_support/git_test_utils.py |
| index a00938e7d0073e91e888c15e31e3cd9d29f88a3f..1e7065a227fab3c9a1ed543510250114b8171e42 100644 |
| --- a/testing_support/git_test_utils.py |
| +++ b/testing_support/git_test_utils.py |
| @@ -240,7 +240,7 @@ class GitRepo(object): |
| SPECIAL_KEY: special_value, |
| ... |
| "path/to/some/file": { 'data': "some data content for this file", |
| - 'mode': 0o0755 }, |
| + 'mode': 0o755 }, |
| ... |
| } |