Skip to content

Commit 29295e6

Browse files
committed
Fix linter
1 parent bb84143 commit 29295e6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

controllers/helmreleasedrift/releasedrift_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ var excludeCreateEventsPredicate = predicate.Funcs{
4848
},
4949
UpdateFunc: func(e event.UpdateEvent) bool {
5050
return shouldFilteredByManager(e.ObjectNew.GetManagedFields())
51-
5251
},
5352
DeleteFunc: func(e event.DeleteEvent) bool {
5453
return shouldFilteredByManager(e.Object.GetManagedFields())

internal/helm_client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ package internal
1919
import (
2020
"bytes"
2121
"context"
22-
_ "embed"
2322
"crypto/tls"
2423
"crypto/x509"
24+
_ "embed"
2525
"fmt"
26-
"net/http"
2726
"io"
27+
"net/http"
2828
"net/url"
2929
"os"
3030
"path"

0 commit comments

Comments
 (0)