Skip to content

Commit

Permalink
Run formaters again
Browse files Browse the repository at this point in the history
Signed-off-by: Edu Gómez Escandell <egomez@redhat.com>
  • Loading branch information
EduardGomezEscandell committed Apr 19, 2024
1 parent 0afe64e commit a744b6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cdi-cloner/clone-source.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func validateMount() {

func newTarReader(preallocation bool) (io.ReadCloser, error) {
excludeMap := map[string]struct{}{
"lost+found": struct{}{},
"lost+found": {},
}

args := []string{"/usr/bin/tar", "cv"}
Expand Down
1 change: 0 additions & 1 deletion hack/build/run-linters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ GOLANGCI_VERSION="${GOLANGCI_VERSION:-v1.57.2}"
go install "github.com/golangci/golangci-lint/cmd/golangci-lint@${GOLANGCI_VERSION}"

golangci-lint run --timeout=16m ./... "$@"

0 comments on commit a744b6f

Please sign in to comment.