gofmt in go1.26.5 formats this literal differently on amd64 and arm64,
and each build rejects the form the other wants. This breaks
verify-gofmt in ci-kubernetes-verify-master-canary, the only verify job
that runs on arm64 nodes. Blank lines around the long field keep it out
of the gofmt alignment groups, and gofmt from go1.26.5 on amd64 and
arm64, and from go1.27rc2, all accept this form.