Skip to content

Commit

Permalink
remove unnecessary path segments
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed May 3, 2024
1 parent 175b363 commit 0de1cda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ async fn do_init_rxqlite<P>(
) -> anyhow::Result<
(
Arc<App>,
tokio::task::JoinHandle<anyhow::Result<()>>,
tokio::task::JoinHandle<()>,
tokio::task::JoinHandle<()>,
task::JoinHandle<anyhow::Result<()>>,
task::JoinHandle<()>,
task::JoinHandle<()>,
)>
where
P: AsRef<Path>,
Expand Down

0 comments on commit 0de1cda

Please sign in to comment.