chore: run fmt

pull/85/head
Lucas Nogueira 4 years ago
parent cb217c1812
commit 911e8e56d5
No known key found for this signature in database
GPG Key ID: 2714B66BCFB01F7F

@ -83,7 +83,8 @@ fn connect<R: Runtime>(
config: Option<ConnectionConfig>,
) -> Result<Id> {
let id = rand::random();
let (ws_stream, _) = tauri::async_runtime::block_on(connect_async_with_config(url, config.map(Into::into)))?;
let (ws_stream, _) =
tauri::async_runtime::block_on(connect_async_with_config(url, config.map(Into::into)))?;
tauri::async_runtime::spawn(async move {
let (write, read) = ws_stream.split();

Loading…
Cancel
Save