Skip to content

Commit

Permalink
ci: clippy suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Devdutt Shenoi committed May 27, 2024
1 parent 15edaa4 commit e9fa4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uplink/src/base/bridge/actions_lane.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ impl ActionsBridge {
}

match self.redirect_action(&mut action).await {
Ok(_) => return,
Ok(_) => (),
Err(Error::NoRoute(_)) => {
// NOTE: send success reponse for actions that don't have redirections configured
warn!("Action redirection is not configured for: {:?}", action);
Expand Down

0 comments on commit e9fa4fe

Please sign in to comment.