Skip to content

Commit e6ba986

Browse files
Format Rust code using rustfmt
1 parent 333c792 commit e6ba986

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/wallet.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2328,7 +2328,10 @@ impl UserOperationBuilder {
23282328
let user_op_hash = self.get_user_op_hash_v08(&packed_op, entry_point, self.chain_id);
23292329

23302330
// Log the hash before signing
2331-
kiprintln!("PL:: UserOperation hash to sign: 0x{}", hex::encode(&user_op_hash));
2331+
kiprintln!(
2332+
"PL:: UserOperation hash to sign: 0x{}",
2333+
hex::encode(&user_op_hash)
2334+
);
23322335
kiprintln!("PL:: Entry point: {}", entry_point);
23332336
kiprintln!("PL:: Chain ID: {}", self.chain_id);
23342337

0 commit comments

Comments
 (0)