mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-03 12:06:17 -04:00
Remove newline in use statements
This commit is contained in:
parent
0a0bce1552
commit
56a59bc41c
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
use crate::rpc::{Request, Response};
|
use crate::rpc::{Request, Response};
|
||||||
|
|
||||||
use anyhow::{bail, Result};
|
use anyhow::{bail, Result};
|
||||||
use reqwest::Url;
|
use reqwest::Url;
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue