cargo fmt
This commit is contained in:
parent
6b58ac67f6
commit
7652095109
@ -103,7 +103,6 @@ impl App {
|
|||||||
url: &str,
|
url: &str,
|
||||||
tls_ca: Option<&str>,
|
tls_ca: Option<&str>,
|
||||||
) -> Result<(), Box<dyn std::error::Error>> {
|
) -> Result<(), Box<dyn std::error::Error>> {
|
||||||
|
|
||||||
// Connect to agent
|
// Connect to agent
|
||||||
//let mut ws = connect(url, tls_ca).await?;
|
//let mut ws = connect(url, tls_ca).await?;
|
||||||
self.ws_url = url.to_string();
|
self.ws_url = url.to_string();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user