Switch to new repository
diff --git a/scripts/jsdoc_validator/run_tests.py b/scripts/jsdoc_validator/run_tests.py
index 1fc290e..1739fdd 100755
--- a/scripts/jsdoc_validator/run_tests.py
+++ b/scripts/jsdoc_validator/run_tests.py
@@ -23,7 +23,8 @@
 golden_file = os.path.join(tests_path, 'golden.dat')
 
 test_files = [
-    os.path.join(tests_path, f) for f in os.listdir(tests_path)
+    os.path.join(tests_path, f)
+    for f in os.listdir(tests_path)
     if f.endswith('.js') and os.path.isfile(os.path.join(tests_path, f))
 ]