chore: use gofumpt for code formatting
This commit is contained in:
@@ -18,7 +18,8 @@ const (
|
||||
)
|
||||
|
||||
func start(ctx context.Context, starter CmdStarter, version string, flags []string) (
|
||||
stdoutLines, stderrLines <-chan string, waitError <-chan error, err error) {
|
||||
stdoutLines, stderrLines <-chan string, waitError <-chan error, err error,
|
||||
) {
|
||||
var bin string
|
||||
switch version {
|
||||
case openvpn.Openvpn25:
|
||||
|
||||
Reference in New Issue
Block a user