Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 956f583

Browse files
committed
++
1 parent ccb21a2 commit 956f583

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/javadoc/gen_javadoc.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ def JavadocBin():
2525
SCRIPT_DIR, '..', '..', 'third_party', 'java', 'openjdk', 'bin', 'javadoc.exe'
2626
)
2727
else:
28-
return os.path.join(
29-
SCRIPT_DIR, '..', '..', 'third_party', 'java', 'openjdk', 'bin', 'javadoc'
30-
)
28+
return os.path.join(SCRIPT_DIR, '..', '..', 'third_party', 'java', 'openjdk', 'bin', 'javadoc')
3129

3230

3331
def main():

0 commit comments

Comments
 (0)