Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Nov 7, 2024
1 parent c1898c2 commit be92776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garmin_http/src/garmin_rust_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub async fn start_app() -> Result<(), Error> {
}
async fn run_connect_sync(cli: &GarminCli) {
if let Ok((filenames, input_files, dates)) =
GarminCliOpts::sync_with_garmin_connect(&cli, &None, None, None, false).await
GarminCliOpts::sync_with_garmin_connect(cli, &None, None, None, false).await
{
if !filenames.is_empty() || !input_files.is_empty() || !dates.is_empty() {
info!("processed filenames {filenames:?} from {input_files:?} and dates {dates:?}");
Expand Down

0 comments on commit be92776

Please sign in to comment.