mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-02 19:53:23 +00:00
style: add spaces between multiply op
This commit is contained in:
parent
ea67ae228c
commit
084f049ba5
2
shell.go
2
shell.go
@ -149,7 +149,7 @@ func execCommand(cmd string) error {
|
||||
return interp.NewExitStatus(127)
|
||||
}
|
||||
|
||||
return interp.DefaultExecHandler(2*time.Second)(ctx, args)
|
||||
return interp.DefaultExecHandler(2 * time.Second)(ctx, args)
|
||||
}
|
||||
runner, _ := interp.New(
|
||||
interp.StdIO(os.Stdin, os.Stdout, os.Stderr),
|
||||
|
Loading…
x
Reference in New Issue
Block a user