Skip to content

Commit 4bafb20

Browse files
committed
Remove trailing whitespace
1 parent 476f731 commit 4bafb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ bump-version $VERSION: (_validate_semver VERSION)
6262
git add pyproject.toml *.lock
6363
git commit -m "Bump version to v{{ VERSION }}"
6464

65-
# Validate a version against SemVer
65+
# Validate a version against SemVer
6666
_validate_semver version:
6767
#!/usr/bin/env bash
6868
set -euxo pipefail

0 commit comments

Comments
 (0)