Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lespea committed Mar 23, 2019
1 parent d38f679 commit ed4218c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub struct Opts {
pub files: Vec<PathBuf>,

/// The level we should compress the output as; 0-9
#[structopt(short = "l", long = "level", default_value="7")]
#[structopt(short = "l", long = "level", default_value = "7")]
pub level: u32,
}

Expand Down

0 comments on commit ed4218c

Please sign in to comment.