Skip to content

Commit 56c54d7

Browse files
committed
golangci-lint
1 parent 1d1038a commit 56c54d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/namespaces/k8s/v1/custom_pool.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package k8s
22

33
import (
44
"context"
5-
_ "embed"
65
"errors"
76
"fmt"
87
"net/http"
@@ -220,6 +219,7 @@ Keep in mind that your external node needs to have wget in order to download the
220219
},
221220
}
222221
}
222+
223223
func execSSHCommand(ctx context.Context, args []string, printSeparator bool) error {
224224
remoteCmd := exec.Command("ssh", args...)
225225
_, _ = interactive.Println(remoteCmd)
@@ -234,6 +234,7 @@ func execSSHCommand(ctx context.Context, args []string, printSeparator bool) err
234234
if printSeparator {
235235
_, _ = interactive.Println("-----")
236236
}
237+
237238
return nil
238239
}
239240

0 commit comments

Comments
 (0)