Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d committed Sep 15, 2024
1 parent 476f731 commit 4bafb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ bump-version $VERSION: (_validate_semver VERSION)
git add pyproject.toml *.lock
git commit -m "Bump version to v{{ VERSION }}"

# Validate a version against SemVer
# Validate a version against SemVer
_validate_semver version:
#!/usr/bin/env bash
set -euxo pipefail
Expand Down

0 comments on commit 4bafb20

Please sign in to comment.