Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jgdavey committed Apr 20, 2024
1 parent 63a0fbd commit aee280c
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 @@ -5,7 +5,6 @@ use std::io::{self, BufRead, BufReader};
mod analysis;
mod reformat;


use reformat::{reformat, FormatMode, FormatOpts};

fn print_reformatted(opts: &FormatOpts, buf: &[String]) {
Expand Down Expand Up @@ -64,10 +63,9 @@ struct Cli {

/// Try to handle code comments
#[arg(short, long)]
code_comments: bool
code_comments: bool,
}


fn main() {
let cli = Cli::parse();

Expand Down

0 comments on commit aee280c

Please sign in to comment.