Skip to content

Commit

Permalink
Fix rust
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed May 13, 2024
1 parent 3f1e3c4 commit 9c3e15f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glide-core/src/client/value_conversion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ pub(crate) fn expected_type_for_cmd(cmd: &Cmd) -> Option<ExpectedReturnType> {
b"ZRANK" | b"ZREVRANK" => cmd
.position(b"WITHSCORE")
.map(|_| ExpectedReturnType::ZRankReturnType),
.map(|_| ExpectedReturnType::ZrankReturnType),
b"BZPOPMIN" | b"BZPOPMAX" => Some(ExpectedReturnType::KeyWithMemberAndScore),
b"SPOP" => {
if cmd.arg_idx(2).is_some() {
Expand Down

0 comments on commit 9c3e15f

Please sign in to comment.