chore: exec go fmt ./...

This commit is contained in:
Junya Okabe 2025-03-26 17:18:06 +09:00
parent a09becab6a
commit 82927c2aad
No known key found for this signature in database
GPG key ID: 9F9BF309B112E65E

View file

@ -78,7 +78,7 @@ func captureWithInput(in []string, block func()) (string, string, error) {
os.Stdin, stdin = rIn, os.Stdin
defer func() { os.Stdin = stdin }()
for _, line := range in {
fmt.Fprintln(wIn, line)
}