Skip to content

Commit

Permalink
linters tar.go
Browse files Browse the repository at this point in the history
  • Loading branch information
idsulik committed Apr 16, 2024
1 parent ca9b762 commit c391b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/skaffold/util/tar.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import (
type headerModifier func(*tar.Header)

type cancelableWriter struct {
w io.Writer
ctx context.Context
w io.Writer
ctx context.Context
}

func (cw *cancelableWriter) Write(p []byte) (n int, err error) {
Expand Down

0 comments on commit c391b0d

Please sign in to comment.