Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed May 6, 2024
1 parent 6f8a913 commit 436853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ enum Apis {

fn main() {
let args = Opts::parse();
let Apis::Example { my_file, my_flag} = args.command;
let Apis::Example { my_file, my_flag } = args.command;

// do something with your args
println!("example: {} {}", my_file.to_string_lossy(), my_flag);
Expand Down

0 comments on commit 436853b

Please sign in to comment.