Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Feb 17, 2023
1 parent e41f681 commit 74a0f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/kad/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ where
}
}

return Err((msg, user_data));
Err((msg, user_data))
}
}

Expand Down

0 comments on commit 74a0f57

Please sign in to comment.