Skip to content

Commit 0a7fd70

Browse files
Format Rust code using rustfmt
1 parent 5c2825f commit 0a7fd70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wallet.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2479,10 +2479,10 @@ impl UserOperationBuilder {
24792479
signer,
24802480
provider,
24812481
)?;
2482-
2482+
24832483
// Set the combined paymaster and data
24842484
self.paymaster_and_data = paymaster_data;
2485-
2485+
24862486
Ok(())
24872487
}
24882488
}

0 commit comments

Comments
 (0)