Skip to content

Commit

Permalink
>=
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 17, 2024
1 parent 32a9ff3 commit fdc9395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/sys-lend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
impl BestOperationInfo {
fn replace_if_greater_total_apy(&mut self, info: OperationInfo) {
if info.instructions_for_ops.simulation_total_apy
> self
>= self
.maybe
.as_ref()
.map(|best_info| best_info.instructions_for_ops.simulation_total_apy)
Expand Down

0 comments on commit fdc9395

Please sign in to comment.