This commit is contained in:
daladim 2021-12-06 23:07:38 +01:00
parent 5018ae9b97
commit 7f8529b837

View file

@ -75,8 +75,7 @@ async fn main() {
add_items_and_sync_again(&mut provider).await; add_items_and_sync_again(&mut provider).await;
} }
async fn add_items_and_sync_again(provider: &mut CalDavProvider) async fn add_items_and_sync_again(provider: &mut CalDavProvider) {
{
println!("\nNow, we'll add a calendar and a few tasks and run the sync again."); println!("\nNow, we'll add a calendar and a few tasks and run the sync again.");
pause(); pause();