Skip to content

Commit

Permalink
style: πŸ’„ Preserve consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
AntwortEinesLebens committed Oct 26, 2024
1 parent 0ff84b9 commit 675b333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ fn main() -> Result<(), Box<dyn Error>> {
match Arguments::parse().command {
Commands::Actions(action) => action.run()?,
};

Ok(())
}

0 comments on commit 675b333

Please sign in to comment.