Skip to content

Commit c2109d5

Browse files
committed
linters tar.go
1 parent c855f48 commit c2109d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/skaffold/util/tar.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ import (
3434
type headerModifier func(*tar.Header)
3535

3636
type cancelableWriter struct {
37-
w io.Writer
38-
ctx context.Context
37+
w io.Writer
38+
ctx context.Context
3939
}
4040

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

0 commit comments

Comments
 (0)