Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Sep 22, 2023
1 parent 532ee8a commit 42a5c9a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions consumer/src/solana.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ impl Solana {
anyhow!(msg)
})?;

let signature = (|| {
let signature = (|| {
let status = self
.rpc()
.get_signature_status(&signature)
Expand All @@ -299,9 +299,7 @@ impl Solana {
})
.call()?;

Ok(signature.to_string())


Ok(signature.to_string())
}
}

Expand Down

0 comments on commit 42a5c9a

Please sign in to comment.