style: add spaces between multiply op

pull/61/head
sammyette 2021-06-09 18:10:34 -04:00
parent ea67ae228c
commit 084f049ba5
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 1 additions and 1 deletions

View File

@ -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),