Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash authored and lorbax committed Jun 20, 2024
1 parent ca141d0 commit 0fa3986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/translator/src/lib/downstream_sv1/downstream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,9 +518,9 @@ impl IsServer<'static> for Downstream {
.try_send(DownstreamMessages::SubmitShares(to_send))
.unwrap();

return true;
true
} else {
return false;
false
}
}

Expand Down

0 comments on commit 0fa3986

Please sign in to comment.