Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
aag committed Nov 29, 2024
1 parent 05624f6 commit a090210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ use std::process;
use crate::actions::command::CommandAction;
use crate::actions::print::PrintAction;
use crate::actions::Action;
use clap::Parser;
use crate::config::SettingsConfig;
use crate::files_watcher::FilesWatcher;
use clap::Parser;

#[derive(Parser)]
#[command(version, about, long_about = None)]
Expand Down

0 comments on commit a090210

Please sign in to comment.