refactor: rename default_type to default_compression_type in compression calls

This commit is contained in:
Andrew Phillips (aider)
2025-05-13 16:44:12 -03:00
parent ff7f7035c8
commit 6074fd3430
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ fn build_compression_table() -> Table {
b->"Compress",
b->"Decompress"));
let default_type = compression_engine::default_type();
let default_type = compression_engine::default_compression_type();
for compression_type in CompressionType::iter() {
let compression_program: CompressionEngineProgram =