Skip to content

Commit

Permalink
Merge pull request #19 from vleue/mockersf-patch-1
Browse files Browse the repository at this point in the history
clippy
  • Loading branch information
mockersf committed Mar 17, 2024
2 parents ca0f846 + 8ae1acc commit f5dcd01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.rs
Expand Up @@ -37,11 +37,11 @@ fn main() {
if last == "target" {
return ancestor.parent().map(|parent| {
let imported_dir = parent.join("imported_assets");
return if imported_dir.exists() {
if imported_dir.exists() {
imported_dir.join("Default")
} else {
parent.join("assets")
};
}
});
}
}
Expand Down

0 comments on commit f5dcd01

Please sign in to comment.