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

Commit

Permalink
Merge pull request #15 from ipfs/fix/gofmt
Browse files Browse the repository at this point in the history
go format
  • Loading branch information
Stebalien authored Mar 20, 2019
2 parents c11dd77 + f1ae2b1 commit 98673cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readerfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type ReaderFile struct {
reader io.ReadCloser
stat os.FileInfo

fsize int64
fsize int64
}

func NewBytesFile(b []byte) File {
Expand Down
1 change: 0 additions & 1 deletion tarwriter.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,3 @@ func writeSymlinkHeader(w *tar.Writer, target, fpath string) error {
Typeflag: tar.TypeSymlink,
})
}

2 changes: 1 addition & 1 deletion tarwriter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ func TestTarWriter(t *testing.T) {
if cur, err = tr.Next(); err != io.EOF {
t.Fatal(err)
}
}
}

0 comments on commit 98673cc

Please sign in to comment.