Skip to content

Commit

Permalink
Make minifier shareable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnwa committed Aug 17, 2024
1 parent 45befcc commit 9b86eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-minifier/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn main() {
output,
level,
} = Opts::parse();
let mut minifier = Minifier::default();
let minifier = Minifier::default();

let input_file = read_to_string(
shellexpand::full(&input)
Expand Down

0 comments on commit 9b86eb9

Please sign in to comment.