Skip to content

Commit

Permalink
Merge pull request #69 from hellodword/patch-2
Browse files Browse the repository at this point in the history
Fix CI errors with cargo fmt
  • Loading branch information
HardhatChad authored May 28, 2024
2 parents ad99a33 + c2636f7 commit 092ce53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,11 @@ async fn main() {
}

impl Miner {
pub fn new(rpc_client: Arc<RpcClient>, priority_fee: u64, keypair_filepath: Option<String>) -> Self {
pub fn new(
rpc_client: Arc<RpcClient>,
priority_fee: u64,
keypair_filepath: Option<String>,
) -> Self {
Self {
rpc_client,
keypair_filepath,
Expand Down

0 comments on commit 092ce53

Please sign in to comment.