Remove some clippy issues

This commit is contained in:
James Musselman 2024-12-16 22:40:31 -06:00
parent ba86ea91d0
commit 43aca1b492
Signed by: Musselman
GPG key ID: 1DAEFF35ECB5D6DB
3 changed files with 16 additions and 15 deletions

View file

@ -23,7 +23,7 @@ async fn main() {
println!("This example show how to sync a remote server with a local cache, using a Provider.");
println!("Make sure you have edited the constants in the 'shared.rs' file to include correct URLs and credentials.");
println!("You can also set the RUST_LOG environment variable to display more info about the sync.");
println!("");
println!();
println!("This will use the following settings:");
println!(" * URL = {}", URL);
println!(" * USERNAME = {}", USERNAME);