Skip to content

Commit 6924fa8

Browse files
committed
chore: fix format
1 parent 58e5ac6 commit 6924fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batcher/aligned-batcher/src/eth/payment_service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::str::FromStr;
22
use std::sync::Arc;
33

4-
use aligned_sdk::eth::batcher_payment_service::{BatcherPaymentServiceContract};
4+
use aligned_sdk::eth::batcher_payment_service::BatcherPaymentServiceContract;
55
use ethers::prelude::k256::ecdsa::SigningKey;
66
use ethers::prelude::*;
77
use gas_escalator::{Frequency, GeometricGasPrice};

0 commit comments

Comments
 (0)