style: remove trailing whitespace in util_unix.go

pull/3726/head
LangLangbart 2 months ago
parent 6d1af4e769
commit 58a23d10b7

@ -10,7 +10,7 @@ import (
"golang.org/x/sys/unix"
)
// ExecCommand executes the given command with $SHELL $FZF_SHELL_FLAG
// ExecCommand executes the given command with $SHELL $FZF_SHELL_FLAG
func ExecCommand(command string, setpgid bool) *exec.Cmd {
shell := os.Getenv("SHELL")
if len(shell) == 0 {

Loading…
Cancel
Save