Skip to content

Commit 7429be0

Browse files
committedOct 31, 2024·
Lint
1 parent 124aef7 commit 7429be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test_utils/runtime_utils/storage.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func CheckAtreeStorageHealth(tb testing.TB, storage atree.SlabStorage, expectedR
3131

3232
nonTempRootSlabIDs := make([]atree.SlabID, 0, len(rootSlabIDs))
3333

34-
for rootSlabID := range rootSlabIDs {
34+
for rootSlabID := range rootSlabIDs { //nolint:maprange
3535
if rootSlabID.HasTempAddress() {
3636
continue
3737
}

0 commit comments

Comments
 (0)
Please sign in to comment.