Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed May 14, 2024
1 parent a4796b4 commit 82ebd70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/curr/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ mod scval_conversions;
pub use scval_conversions::*;
mod transaction_conversions;


mod scval_validations;
pub use scval_validations::*;

Expand Down
2 changes: 1 addition & 1 deletion src/curr/transaction_conversions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ impl From<super::Transaction> for super::TransactionEnvelope {

impl From<&super::Transaction> for super::TransactionEnvelope {
fn from(tx: &super::Transaction) -> Self {
tx.clone().into()
tx.clone().into()
}
}

0 comments on commit 82ebd70

Please sign in to comment.