cargo fmt

This commit is contained in:
jasonwitty 2025-08-19 15:33:11 -07:00
parent 6b58ac67f6
commit 7652095109

View File

@ -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();