remove unnecessary .ok()

This commit is contained in:
soruh 2023-06-09 15:43:53 +02:00
parent 02f44cfab6
commit 904091c455

View File

@ -367,8 +367,6 @@ async fn tokio_main(config: Arc<Config>) -> eyre::Result<()> {
}
}
}
Ok(())
}
#[derive(Debug, Default)]