Skip to content

Commit

Permalink
Fixup boilerplate for non-compliant files
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <[email protected]>
  • Loading branch information
justaugustus committed Sep 11, 2021
1 parent 5e2994b commit db20acf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tools.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build tools
// +build tools

/*
Copyright 2021 The Kubernetes Authors.
Expand Down
2 changes: 2 additions & 0 deletions legacy/signals/signals_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

package signals_test

import (
Expand All @@ -23,6 +24,7 @@ import (
"testing"

"github.com/stretchr/testify/require"

"sigs.k8s.io/k8s-container-image-promoter/legacy/signals"
)

Expand Down

0 comments on commit db20acf

Please sign in to comment.