Skip to content

Commit

Permalink
Inline variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-mausch committed Jul 3, 2023
1 parent abc3ad5 commit f119847
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ use haspa_camt052_to_csv::{Args, camt052};

fn main() -> ExitCode {
Builder::from_env(Env::default().default_filter_or("debug")).init();

let args = Args::parse();
camt052(args)
camt052(Args::parse())
}

0 comments on commit f119847

Please sign in to comment.