style: apply nixos-26.05 treefmt (alejandra + gofmt)
The treefmt flake check (gofmt + alejandra) gates `nix flake check`. Under the 26.05 toolchain it reports three files: symlink.nix (alejandra reformats the target-switch interpolation block adjacent to the new -lc line), and main.go + registry_test.go (pre-existing gofmt drift — struct-field alignment and a trailing newline — already present at HEAD and unrelated to the upgrade, but required for the treefmt gate to pass). Pure formatting, no behavior change.