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

Commit 1445a09

Browse files
committed
go fmt
1 parent a3b29e1 commit 1445a09

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

io/directory.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ type Directory interface {
8585
func productionLinkSize(linkName string, linkCid cid.Cid) int {
8686
return len(linkName) + linkCid.ByteLen()
8787
}
88+
8889
var estimatedLinkSize = productionLinkSize
8990

9091
// BasicDirectory is the basic implementation of `Directory`. All the entries

io/directory_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ func TestBasicDirectory_estimatedSize(t *testing.T) {
169169
basicDir.estimatedSize, restoredBasicDir.estimatedSize)
170170
}
171171
}
172+
172173
// FIXME: Add a similar one for HAMT directory, stressing particularly the
173174
// deleted/overwritten entries and their computation in the size variation.
174175

0 commit comments

Comments
 (0)