Apply suggestions from code review

Co-authored-by: Scott Rigby <scott@r6by.com>
Signed-off-by: Austin Abro <37223396+AustinAbro321@users.noreply.github.com>
pull/13604/head
Austin Abro 7 months ago committed by GitHub
parent ed8283e235
commit 5ecca2ed14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,8 @@
/*
Copyright The Helm Authors.
This file was initially copied and modified from
https://github.com/fluxcd/kustomize-controller/blob/main/internal/statusreaders/job.go
Copyright 2022 The Flux authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -16,8 +19,6 @@ limitations under the License.
package statusreaders
// This file was copied and modified from https://github.com/fluxcd/kustomize-controller/blob/main/internal/statusreaders/job.go
import (
"context"
"fmt"

@ -1,5 +1,8 @@
/*
Copyright The Helm Authors.
This file was initially copied and modified from
https://github.com/fluxcd/kustomize-controller/blob/main/internal/statusreaders/job_test.go
Copyright 2022 The Flux authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -16,7 +19,6 @@ limitations under the License.
package statusreaders
// This file was copied and modified from https://github.com/fluxcd/kustomize-controller/blob/main/internal/statusreaders/job.go
import (
"testing"

Loading…
Cancel
Save