Skip to content

Commit

Permalink
chore: fix formatting in tap manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Nov 30, 2023
1 parent 3202ef8 commit 348742a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/src/tap_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ impl TapManager {
error!("Failed to recover receipt signer: {}", e);
anyhow!(e)
})?;

if !self
.escrow_accounts
.value_immediate()
Expand All @@ -88,7 +89,7 @@ impl TapManager {
format!("{:?}", allocation_id)
.trim_start_matches("0x")
.to_owned(),
receipt_signer
receipt_signer
.to_string()
.trim_start_matches("0x")
.to_owned(),
Expand Down

0 comments on commit 348742a

Please sign in to comment.