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

Commit 79bf603

Browse files
committed
go fmt
1 parent 9e789b7 commit 79bf603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/directory.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func (d *BasicDirectory) needsToSwitchToHAMTDir(name string, nodeToAdd ipld.Node
218218
operationSizeChange += estimatedLinkSize(name, nodeToAdd.Cid())
219219
}
220220

221-
return d.estimatedSize + operationSizeChange >= HAMTShardingSize, nil
221+
return d.estimatedSize+operationSizeChange >= HAMTShardingSize, nil
222222
}
223223

224224
// addLinkChild adds the link as an entry to this directory under the given

0 commit comments

Comments
 (0)