refactor: undo one clippy suggestion
just because i did not like it the other ones were returns so i like the last one to be one too
This commit is contained in:
parent
6d86d4a081
commit
9e083907c7
|
@ -86,7 +86,7 @@ impl Engine {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
false
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// generate a new save path for an upload
|
// generate a new save path for an upload
|
||||||
|
|
Loading…
Reference in New Issue