Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: 35V LG84 <[email protected]>
  • Loading branch information
35VLG84 committed Jan 2, 2025
1 parent 1af6e3e commit 87fea19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tackler-cli/src/cli_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,10 @@ impl Cli {
}
}

pub(crate) fn get_input_type(&self, settings: &Settings) -> Result<InputSettings, Box<dyn Error>> {
pub(crate) fn get_input_type(
&self,
settings: &Settings,
) -> Result<InputSettings, Box<dyn Error>> {
let git_selector = self.get_git_selector();

if let Some(filename) = &self.input_filename {
Expand Down

0 comments on commit 87fea19

Please sign in to comment.