Skip to content

Commit 7bd7b96

Browse files
committed
[feat]: [CI-17150]: spacing
1 parent 4a2b508 commit 7bd7b96

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ func main() {
9292

9393
// clone the plugin repository
9494
var codedir string
95-
9695
if !disableClone {
9796
clone := cloner.NewCache(cloner.NewDefault())
9897
codedir, err = clone.Clone(ctx, repo, ref, sha)
@@ -107,7 +106,6 @@ func main() {
107106
switch {
108107
// execute harness plugin
109108
case kind == "harness" || (kind == "" && harness.Is(codedir)):
110-
111109
if !disableClone {
112110
slog.Info("detected harness plugin.yml")
113111
}

0 commit comments

Comments
 (0)