Skip to content

Commit

Permalink
fix newline
Browse files Browse the repository at this point in the history
Signed-off-by: Somtochi Onyekwere <[email protected]>
  • Loading branch information
somtochiama committed Dec 6, 2023
1 parent 13eb7ec commit 33b2fd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/status/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func NewStatusCheckerWithClient(c client.Client, pollInterval time.Duration, tim
}, nil
}


func NewStatusChecker(kubeConfig *rest.Config, pollInterval time.Duration, timeout time.Duration, log log.Logger) (*StatusChecker, error) {
restMapper, err := runtimeclient.NewDynamicRESTMapper(kubeConfig)
if err != nil {
Expand Down

0 comments on commit 33b2fd5

Please sign in to comment.