Skip to content

Commit

Permalink
fmt_rs
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Dec 9, 2024
1 parent baac91c commit 7421bf9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/ain-ocean/src/indexer/oracle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,10 +397,7 @@ fn index_set_oracle_data(
price: price_aggregated,
},
)?;
price_repo.by_key.put(
&(token, currency),
&new_sort_key
)?;
price_repo.by_key.put(&(token, currency), &new_sort_key)?;
}
Ok(())
}
Expand Down

0 comments on commit 7421bf9

Please sign in to comment.