Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bomgar committed Mar 4, 2024
1 parent a3d34ec commit 3e72b47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use clap::{crate_version, value_parser, Arg, ArgAction, Command};


pub fn app() -> Command {
let arg_with_fzf = Arg::new("with-fzf")
.long("with-fzf")
Expand Down
1 change: 0 additions & 1 deletion src/config/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ impl Tag {
}
}


#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct Settings {
pub workspace: String,
Expand Down

0 comments on commit 3e72b47

Please sign in to comment.