refactor: Rename get_engine to get_compression_engine and update references

This commit is contained in:
Andrew Phillips (aider)
2025-05-13 08:46:41 -03:00
parent 0be716eac0
commit 9330fc1db9
5 changed files with 5 additions and 5 deletions

View File

@@ -110,7 +110,7 @@ pub fn mode_info(
]));
let compression_engine =
get_engine(compression_type).expect("Unable to get compression engine");
get_compression_engine(compression_type).expect("Unable to get compression engine");
let magic = compression_engine.magic(item_path.clone());
let file_magic_cell = match magic {