Commit 28e86c5e authored by Lucas Molas's avatar Lucas Molas

go fmt

parent cd9b8c9f
......@@ -100,7 +100,7 @@ func TestDuplicateAddDir(t *testing.T) {
func TestUpgradeableDirectory(t *testing.T) {
oldHamtOption := UseHAMTSharding
defer func() {UseHAMTSharding = oldHamtOption}()
defer func() { UseHAMTSharding = oldHamtOption }()
ds := mdtest.Mock()
UseHAMTSharding = false // Create a BasicDirectory.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment