Skip to content

Commit

Permalink
lint: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dxrcy committed May 25, 2024
1 parent dec35f0 commit 2b38570
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pub struct Args {
/// Leave blank to use 'garfield' folder in user pictures directory (~/Pictures/garfield)
pub folder: Option<String>,


/// Save images in tree structure
///
/// `YYYY/MM/DD.png` instead of `YYYY-MM-DD.png`
Expand Down
1 change: 0 additions & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ pub enum Error {
#[error("..")]
BadStartDate,
}

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::{
use crate::args::Args;
use everygarf::{
api::Api, colors::*, dates, fatal_error, format_bytes, format_duration, get_dir_size,
get_folder_path, Downloader, SingleDownloadOptions, Error,
get_folder_path, Downloader, Error, SingleDownloadOptions,
};

#[tokio::main]
Expand Down

0 comments on commit 2b38570

Please sign in to comment.