From 4a2a24fa18d2f201e9fbab811e11074327e3ba96 Mon Sep 17 00:00:00 2001 From: Melirius Date: Sat, 2 Nov 2024 15:07:09 +0100 Subject: [PATCH] Format --- src/structs/vpx_bool_reader.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/structs/vpx_bool_reader.rs b/src/structs/vpx_bool_reader.rs index 7da0930..fa11e42 100644 --- a/src/structs/vpx_bool_reader.rs +++ b/src/structs/vpx_bool_reader.rs @@ -228,13 +228,13 @@ impl VPXBoolReader { self.model_statistics .record_compression_stats(_cmp, 1, i64::from(shift)); } - + #[cfg(feature = "detailed_tracing")] { self.hash.hash(branches[value].get_u64()); self.hash.hash(tmp_value); self.hash.hash(tmp_range); - + let hash = self.hash.get(); //if hash == 0x88f9c945 { @@ -261,13 +261,13 @@ impl VPXBoolReader { self.model_statistics .record_compression_stats(_cmp, 1, i64::from(shift)); } - + #[cfg(feature = "detailed_tracing")] { self.hash.hash(branches[value].get_u64()); self.hash.hash(tmp_value); self.hash.hash(tmp_range); - + let hash = self.hash.get(); //if hash == 0x88f9c945 {