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:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user