Skip to content

Commit 2dff136

Browse files
author
Brennon York
committed
fixed pep8 whitespace errors
1 parent 767a668 commit 2dff136

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/run-tests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ def run_python_style_checks():
162162
def build_spark_documentation():
163163
set_title_and_block("Building Spark Documentation", "BLOCK_DOCUMENTATION")
164164
os.environ["PRODUCTION"] = "1 jekyll build"
165-
166-
os.chdir(os.path.join(SPARK_HOME, "docs"))
167-
165+
166+
os.chdir(os.path.join(SPARK_HOME, "docs"))
167+
168168
run_cmd(["jekyll", "build"])
169169

170170
os.chdir(SPARK_HOME)

0 commit comments

Comments
 (0)