fix: correct indentation in worker/hono-app.ts#1447
Merged
jaypatrick merged 1 commit intomainfrom Mar 28, 2026
Merged
Conversation
Fixes CI format check failure on main branch. The line had 2 spaces instead of required 4 spaces of indentation. Agent-Logs-Url: https://github.com/jaypatrick/adblock-compiler/sessions/e061edbe-3a89-4a79-bc3b-de49911b5235 Co-authored-by: jaypatrick <1800595+jaypatrick@users.noreply.github.com>
Claude created this pull request from a session on behalf of
jaypatrick
March 28, 2026 08:19
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
CI was failing on main due to a format check error in
worker/hono-app.ts. Line 585 had 2 spaces of indentation instead of the required 4 spaces.Changes
worker/hono-app.ts:585from 2 to 4 spacesTesting
Zero Trust Architecture Checklist
Worker / Backend
*) on write/authenticated endpoints — N/A (formatting-only change)[vars]) — N/A (formatting-only change).prepare().bind()(no string interpolation) — N/A (formatting-only change)Frontend / Angular
CanActivateFnauth guards — N/A (backend-only change)localStorage) — N/A (backend-only change)If this PR does not touch
worker/orfrontend/, the ZTA checklist is not required.