style: run make fmt on JS static files #162
Reference in New Issue
Block a user
Delete Branch "fix/js-formatting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Run
make fmtto auto-format JS files instatic/js/.This is a formatting-only change — no functional modifications. The JS files were reformatted by prettier with 4-space indentation per repo policies.
Affected files:
static/js/app-detail.jsstatic/js/components.jsstatic/js/dashboard.jsstatic/js/deployment.jsstatic/js/utils.jscloses #161
Review: PASS ✅
Formatting-only PR — all changes are indentation adjustments (2-space → 4-space) applied by
make fmt(prettier) to 5 JS files instatic/js/.Checklist
static/js/changed:app-detail.js,components.js,dashboard.js,deployment.js,utils.jsdocker build .passesLGTM.
Pull request closed