[fmt]
This commit is contained in:
parent
5018ae9b97
commit
7f8529b837
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue