aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-18 11:44:17 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-18 11:44:17 -0800
commit49bde68ff1433b9d6cca5277cffb6a64c186d101 (patch)
tree3c5a3491bc3ebd019b3c7731d7b1309a40524329 /templates/tools/run_tests
parent06b4ff2b7190254e01fc570a437a2618c7f73dde (diff)
Googlify indentation
Diffstat (limited to 'templates/tools/run_tests')
-rw-r--r--templates/tools/run_tests/tests.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/run_tests/tests.json.template b/templates/tools/run_tests/tests.json.template
index 4978480843..04a5137f39 100644
--- a/templates/tools/run_tests/tests.json.template
+++ b/templates/tools/run_tests/tests.json.template
@@ -5,5 +5,5 @@ import json
${json.dumps([{"name": tgt.name, "language": tgt.language}
for tgt in targets
if tgt.build == "test" and tgt.name[-5:] == "_test"],
- sort_keys=True, indent=4)}
+ sort_keys=True, indent=2)}