Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker committed Oct 31, 2024
1 parent 124aef7 commit 7429be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_utils/runtime_utils/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func CheckAtreeStorageHealth(tb testing.TB, storage atree.SlabStorage, expectedR

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

for rootSlabID := range rootSlabIDs {
for rootSlabID := range rootSlabIDs { //nolint:maprange
if rootSlabID.HasTempAddress() {
continue
}
Expand Down

0 comments on commit 7429be0

Please sign in to comment.