File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -283,10 +283,7 @@ pub async fn send_infinite_proofs(args: SendInfiniteProofsArgs) {
283283 let private_key_str = match line {
284284 Ok ( line) => line,
285285 Err ( err) => {
286- error ! (
287- "Could not read line from private keys file: {}" ,
288- err
289- ) ;
286+ error ! ( "Could not read line from private keys file: {}" , err) ;
290287 return ;
291288 }
292289 } ;
Original file line number Diff line number Diff line change @@ -474,10 +474,7 @@ async fn main() -> Result<(), AlignedError> {
474474 match LocalWallet :: from_str ( ANVIL_PRIVATE_KEY ) {
475475 Ok ( wallet) => wallet,
476476 Err ( e) => {
477- warn ! (
478- "Failed to create wallet from anvil private key: {}" ,
479- e
480- ) ;
477+ warn ! ( "Failed to create wallet from anvil private key: {}" , e) ;
481478 return Ok ( ( ) ) ;
482479 }
483480 }
You can’t perform that action at this time.
0 commit comments