From 8396a262c3f66aac12c2f32fe39d4585b0f5bdbe Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 22 Oct 2022 21:57:39 +1300 Subject: [PATCH] Fix level 0 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4910e50f..5aeef68c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -237,7 +237,7 @@ impl Options { compression.clear(); compression.insert(3); } - self + self.apply_preset_1() } fn apply_preset_1(mut self) -> Self {