Skip to content

Commit

Permalink
Merge pull request #146 from sander2/style/cargo-fmt
Browse files Browse the repository at this point in the history
style: cargo fmt
  • Loading branch information
sander2 authored Jun 1, 2021
2 parents 74c8f04 + f4067e6 commit 094479f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parachain/rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

use bitcoin::types::H256Le;
use btc_parachain_runtime::{
AccountId, Balance, BlockNumber, IssueRequest, Nonce, RedeemRequest, RefundRequest, ReplaceRequest, primitives::Block,
primitives::Block, AccountId, Balance, BlockNumber, IssueRequest, Nonce, RedeemRequest, RefundRequest,
ReplaceRequest,
};
pub use sc_rpc_api::DenyUnsafe;
use sp_api::ProvideRuntimeApi;
Expand Down

0 comments on commit 094479f

Please sign in to comment.