Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 3e92e7d

Browse files
committed
go fmt
1 parent c0546a9 commit 3e92e7d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

readerfile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type ReaderFile struct {
1515
reader io.ReadCloser
1616
stat os.FileInfo
1717

18-
fsize int64
18+
fsize int64
1919
}
2020

2121
func NewBytesFile(b []byte) File {

tarwriter.go

-1
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,3 @@ func writeSymlinkHeader(w *tar.Writer, target, fpath string) error {
9898
Typeflag: tar.TypeSymlink,
9999
})
100100
}
101-

tarwriter_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ func TestTarWriter(t *testing.T) {
7777
if cur, err = tr.Next(); err != io.EOF {
7878
t.Fatal(err)
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)