Skip to content

Commit 11ff7f0

Browse files
committed
docs/conf.py: whitespace fixes
No code or logic changes. Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent 4cc934c commit 11ff7f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ def read_version_file(path):
3737
if not os.path.exists(path):
3838
print(f"ERROR: Unable to find file {path}")
3939
exit(1)
40-
40+
4141
with open(path) as fp:
4242
version_lines = fp.readlines()
43-
43+
4444
data = dict()
4545
for line in version_lines:
4646
if '#' in line:

0 commit comments

Comments
 (0)