Skip to content

Commit ca34ecc

Browse files
authored
Merge pull request ipfs/go-ipfs-files#15 from ipfs/fix/gofmt
go format This commit was moved from ipfs/go-ipfs-files@98673cc
2 parents d12be9d + b0f20ff commit ca34ecc

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

files/readerfile.go

Lines changed: 1 addition & 1 deletion
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 {

files/tarwriter.go

Lines changed: 0 additions & 1 deletion
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-

files/tarwriter_test.go

Lines changed: 1 addition & 1 deletion
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)