1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-12-16 07:33:20 +00:00

refactor: code cleanup

This commit is contained in:
2025-11-19 08:39:03 +01:00
parent 21eb19aff1
commit 1938671cf2
3 changed files with 7 additions and 10 deletions

View File

@@ -84,9 +84,8 @@ impl InputFile {
InputFile::Osb { filename, .. }
| InputFile::Osc { filename, .. }
| InputFile::Yaml { filename, .. }
| InputFile::Other { filename, .. } => filename,
| InputFile::Other { filename, .. } => filename.clone(),
}
.to_string()
}
#[allow(unused_variables)]