2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-11-10 06:25:00 +00:00
This commit is contained in:
asonix 2023-02-12 23:18:27 -06:00
parent bfb24bc16e
commit 123488f617

View file

@ -82,7 +82,7 @@ enum DbVersion {
impl DbVersion { impl DbVersion {
fn exists(root: PathBuf) -> Self { fn exists(root: PathBuf) -> Self {
if s034::exists(root.clone()) { if s034::exists(root) {
return DbVersion::Sled034; return DbVersion::Sled034;
} }