Skip to content

Commit 07ef3fb

Browse files
committed
fix: format
1 parent a1ddf6a commit 07ef3fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/swappr.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ mod tests {
173173

174174
#[tokio::test]
175175
#[ignore = "owner address and private key is required to run the test"]
176-
async fn it_works_argent() { // currently having issue with argent wallet ()
176+
async fn it_works_argent() {
177+
// currently having issue with argent wallet ()
177178
let rpc_url = "YOUR MAINNET RPC".to_string();
178179
let account_address = "YOUR WALLET ADDRESS".to_string();
179180
let private_key = "YOUR WALLET PRIVATE KEY".to_string();

0 commit comments

Comments
 (0)