small misc changes

This commit is contained in:
OMGeeky
2023-06-01 20:36:22 +02:00
parent a13cb385da
commit 1f1f3fc6f1
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
### Prio 1:
- start parameters
- settings
- implement the changes api to check for changes when accessing files
- fully implement the changes api to check for changes when accessing files
- file operations:
- create
- delete

View File

@@ -64,7 +64,7 @@ pub async fn sample_drive2() -> Result<()> {
},
}
provider_handle.await?;
info!("everything finished! Exiting...");
Ok(())
}