Skip to content

Commit

Permalink
Merge pull request #1 from moz-sec/main
Browse files Browse the repository at this point in the history
style: breaks line
  • Loading branch information
moz-sec authored Apr 30, 2024
2 parents 0b81541 + 5068707 commit 99b6eb5
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 @@ -5,7 +5,7 @@ mod cli;
fn main() {
let args = cli::Args::parse();

print!("{:?}", args);
println!("{:?}", args);
}

#[cfg(test)]
Expand Down

0 comments on commit 99b6eb5

Please sign in to comment.