Skip to content

Commit 78ef78f

Browse files
committed
fmt
1 parent b6de72c commit 78ef78f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/evm-canister-client/src/client.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,7 @@ impl<C: CanisterClient> EvmCanisterClient<C> {
549549
}
550550

551551
/// Sets the coinbase address.
552-
pub async fn admin_set_coinbase(
553-
&self,
554-
coinbase: H160,
555-
) -> CanisterClientResult<EvmResult<()>> {
552+
pub async fn admin_set_coinbase(&self, coinbase: H160) -> CanisterClientResult<EvmResult<()>> {
556553
self.client.update("admin_set_coinbase", (coinbase,)).await
557554
}
558555

0 commit comments

Comments
 (0)