Skip to content

Commit

Permalink
Format the ./hack dir
Browse files Browse the repository at this point in the history
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
  • Loading branch information
ialidzhikov committed Oct 14, 2021
1 parent de40cab commit 7aa4b5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ generate-extensions-crds:

.PHONY: format
format:
@./hack/format.sh ./cmd ./extensions ./pkg ./plugin ./test ./landscaper
@./hack/format.sh ./cmd ./extensions ./pkg ./plugin ./test ./landscaper ./hack

.PHONY: test
test:
Expand Down
1 change: 1 addition & 0 deletions hack/api-reference/template/tools.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build tools
// +build tools

// Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file
Expand Down
1 change: 1 addition & 0 deletions hack/tools.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build tools
// +build tools

// Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file
Expand Down

0 comments on commit 7aa4b5b

Please sign in to comment.