Skip to content

Commit

Permalink
Add back a missing space in output message
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao committed Nov 25, 2019
1 parent 2a13925 commit 05513ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adstex.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def main():
print(
"{}:{} UPDATE => {}".format(
key,
"" if key_exists else "FOUND IN SECONDARY BIB SOURCES,",
"" if key_exists else " FOUND IN SECONDARY BIB SOURCES,",
bibcode_new,
)
)
Expand Down

0 comments on commit 05513ee

Please sign in to comment.