Run `make fmt` to auto-format JS files in `static/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.js`
- `static/js/components.js`
- `static/js/dashboard.js`
- `static/js/deployment.js`
- `static/js/utils.js`
closes https://git.eeqj.de/sneak/upaas/issues/161
<!-- session: agent:sdlc-manager:subagent:2d78c815-fefa-4399-a234-c8ede05c2ef6 -->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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