Fix trailing newline and format code

This commit is contained in:
Firehose Bot
2026-03-24 14:21:22 +00:00
parent 60cfb137f2
commit f1c2d8b232
6 changed files with 39 additions and 32 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
# Common check target that runs all static analysis
check:
@echo "Running static analysis..."
@make -C app MISE_BIN=/home/vscode/.local/bin/mise check
@make -C app MISE_BIN=mise check
# Precommit target for CI/pre-commit hooks
precommit: check
@@ -24,4 +24,4 @@ test:
# Format code
format:
@make -C app format
@make -C app format