From ed4218c92f0a900acc01babae3469877ec14ce4c Mon Sep 17 00:00:00 2001 From: Adam Lesperance Date: Sat, 23 Mar 2019 11:56:50 -0500 Subject: [PATCH] Fix formatting --- src/opts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opts.rs b/src/opts.rs index 617f52d..690e00a 100644 --- a/src/opts.rs +++ b/src/opts.rs @@ -44,7 +44,7 @@ pub struct Opts { pub files: Vec, /// 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, }