removed weird clone

This commit is contained in:
lkoester 2024-04-26 14:24:46 +02:00
parent 4cb9124ab7
commit c89db2e2d7

View File

@ -126,7 +126,7 @@ impl ExperimentController {
}
_ => get_latest_image(0),
} {
if let Ok(image_path) = <PathBuf as Clone>::clone(&image_path)
if let Ok(image_path) = image_path.clone()
.into_os_string()
.into_string()
{