refactor: rename default_type to default_compression_type in compression calls
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user