style: gofmt runner.go, red on main since the umbra merge #1664

Merged
coilyco-ops merged 1 commit from fix/gofmt-runner into main 2026-08-14 06:56:06 +00:00
Owner

main has been failing make lint since #1662 merged at 06:47.

#1662 was merged at c4ab788, one commit before the formatting fix that was already pushed to its branch, so the fix did not come along.

The failure on main

cmd/ward/runner.go:59:1: File is not properly formatted (gofmt)
			Stdout:  os.Stdout,
1 issues:
* gofmt: 1
make: *** [Makefile:51: lint] Error 1

What this changes

Whitespace only. Dropping the sandbox field left both shell.Runner literals aligned to a column width no remaining field needs, and the same edit left a stray double blank line.

Verified with the exact CI invocation: golangci-lint run --timeout=15m ./... reports 0 issues, and go build ./... is clean.

`main` has been failing `make lint` since #1662 merged at 06:47. #1662 was merged at `c4ab788`, one commit before the formatting fix that was already pushed to its branch, so the fix did not come along. ## The failure on main ``` cmd/ward/runner.go:59:1: File is not properly formatted (gofmt) Stdout: os.Stdout, 1 issues: * gofmt: 1 make: *** [Makefile:51: lint] Error 1 ``` ## What this changes Whitespace only. Dropping the sandbox field left both `shell.Runner` literals aligned to a column width no remaining field needs, and the same edit left a stray double blank line. Verified with the exact CI invocation: `golangci-lint run --timeout=15m ./...` reports 0 issues, and `go build ./...` is clean.
style: gofmt runner.go, red on main since the umbra merge
All checks were successful
test / test (pull_request) Successful in 48s
5e7ea57e61
#1662 merged one commit before its formatting fix, so `main` fails
`make lint` on cmd/ward/runner.go:59. Dropping the sandbox field left both
`shell.Runner` literals aligned to a width no remaining field needs, plus a
stray double blank line. Whitespace only.

`golangci-lint run --timeout=15m ./...` reports 0 issues.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Kai Siren <coilysiren@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Commenting is not possible because the repository is archived.
No reviewers
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/ward!1664
No description provided.