mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
chore: exec go fmt ./...
This commit is contained in:
parent
a09becab6a
commit
82927c2aad
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue