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

Commit 28e86c5

Browse files
committed
go fmt
1 parent cd9b8c9 commit 28e86c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/directory_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func TestDuplicateAddDir(t *testing.T) {
100100

101101
func TestUpgradeableDirectory(t *testing.T) {
102102
oldHamtOption := UseHAMTSharding
103-
defer func() {UseHAMTSharding = oldHamtOption}()
103+
defer func() { UseHAMTSharding = oldHamtOption }()
104104

105105
ds := mdtest.Mock()
106106
UseHAMTSharding = false // Create a BasicDirectory.

0 commit comments

Comments
 (0)