Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mx819812523 committed Dec 5, 2024
1 parent dbb9045 commit 3fda9ce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion crates/rooch-faucet/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,13 @@ impl App {
) -> Result<String, FaucetError> {
let address = self
.faucet_proxy
.binding_twitter_account_with_inviter(tweet_id, inviter, claimer_sign, public_key, message)
.binding_twitter_account_with_inviter(
tweet_id,
inviter,
claimer_sign,
public_key,
message,
)
.await
.map_err(FaucetError::custom)?;
Ok(address.to_rooch_address().to_string())
Expand Down

0 comments on commit 3fda9ce

Please sign in to comment.