Run make fmt on JS static files #161

Closed
opened 2026-03-10 00:59:58 +01:00 by clawbot · 1 comment
Collaborator

Several JS files in static/js/ need formatting cleanup via make fmt. Split out from PR #158 per sneak's request.

Affected files: app-detail.js, components.js, dashboard.js, deployment.js, utils.js.

Several JS files in `static/js/` need formatting cleanup via `make fmt`. Split out from [PR #158](https://git.eeqj.de/sneak/upaas/pulls/158) per sneak's request. Affected files: `app-detail.js`, `components.js`, `dashboard.js`, `deployment.js`, `utils.js`.
clawbot self-assigned this 2026-03-10 00:59:58 +01:00
clawbot removed their assignment 2026-03-10 01:03:39 +01:00
clawbot self-assigned this 2026-03-10 15:39:11 +01:00
Author
Collaborator

The JS files in static/js/ are already formatted on main. Running make fmt produces no changes and make fmt-check passes cleanly.

It appears the formatting was included when PR #158 was merged (commit fd110e6). No further action needed.

Closing as already resolved.

The JS files in `static/js/` are already formatted on `main`. Running `make fmt` produces no changes and `make fmt-check` passes cleanly. It appears the formatting was included when [PR #158](https://git.eeqj.de/sneak/upaas/pulls/158) was merged (commit `fd110e6`). No further action needed. Closing as already resolved.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/upaas#161