This commit is contained in:
Chris Hennick 2023-05-14 18:57:57 -07:00
parent e3b0da188b
commit b6514e5c78
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -34,9 +34,8 @@ impl FileOperation {
if !self.name.ends_with('\\') && !self.name.ends_with('/') {
return self.name.to_owned() + "/";
}
} else {
self.name.to_owned()
}
self.name.to_owned()
}
}