Skip to content

Commit 8bf7d72

Browse files
committed
Fix naked return lint
1 parent 88f2bed commit 8bf7d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/wasm/keeper/keeper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ func (k Keeper) QueryRawRange(ctx context.Context, contractAddress sdk.AccAddres
975975
nextKey = nil
976976
}
977977

978-
return
978+
return results, nextKey
979979
}
980980

981981
// internal helper function

0 commit comments

Comments
 (0)