Skip to content

Commit

Permalink
Removed trailing white space from versions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
negrutiu committed Aug 2, 2024
1 parent 4946085 commit b5ca8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_curl_versions(curlPath, markdown=False):
versions += f"`{name}/{version}`, "
else:
versions += f"{name}/{version} "
return versions.removesuffix(', ')
return versions.removesuffix(' ').removesuffix(',')

def get_cacert_version():
with open('src/nscurl/curl-ca-bundle.crt', 'rb') as fin:
Expand Down

0 comments on commit b5ca8f3

Please sign in to comment.