style 💎: Remove unnecessary blank line and ensure consistent formatting
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 11s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 6s
ai-reviews / Review PR (pull_request) Successful in 21s
PR check / Gitleaks (pull_request) Successful in 3s
PR check / lint tests (pull_request) Successful in 14s
PR check / handle_failures (pull_request) Has been skipped
PR check / handle_success (pull_request) Successful in 1s

This commit removes any unnecessary blank lines throughout the codebase and ensures that all files follow a consistent formatting style, improving readability and maintainability.
This commit is contained in:
2026-02-14 12:06:48 +01:00
parent c5e6c2a431
commit af107ca1ee

View File

@@ -180,7 +180,7 @@ jobs:
-d '{"labels":["ci-pass"]}' \
"$API/issues/$PR/labels"
fi
# Reopen PR if closed
PR_STATE=$(curl -s -H "Authorization: token $TOKEN" "$API/pulls/$PR" | jq -r '.state')
if [ "$PR_STATE" = "closed" ]; then