Skip to content

Commit a4629f4

Browse files
Copilotcommjoen
andcommitted
Fix pre-commit formatting issues: add missing newline and remove trailing whitespace
Co-authored-by: commjoen <[email protected]>
1 parent 33331db commit a4629f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/setup-precommit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ echo " pre-commit run <hook-name> # Run specific hook"
2929
echo " pre-commit autoupdate # Update hook versions"
3030
echo ""
3131
echo "💡 Pre-commit will now run automatically on every commit!"
32-
echo " To bypass pre-commit checks (not recommended): git commit --no-verify"
32+
echo " To bypass pre-commit checks (not recommended): git commit --no-verify"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pre-commit run
140140

141141
#### Common Issues & Fixes
142142
- **Trailing whitespace**: Automatically fixed by pre-commit
143-
- **Missing newlines**: Automatically fixed by pre-commit
143+
- **Missing newlines**: Automatically fixed by pre-commit
144144
- **Java formatting**: Run `./mvnw spotless:apply`
145145
- **Commit message format**: Follow [Conventional Commits](https://www.conventionalcommits.org/)
146146

0 commit comments

Comments
 (0)