Rust fmt applied

This commit is contained in:
Kivanc 2025-12-12 15:45:09 +03:00
parent 2b79927300
commit 9c78849952

View File

@ -33,7 +33,7 @@ fn create_required_files() -> Result<(), std::io::Error> {
let dir_path = match file_path.parent() { let dir_path = match file_path.parent() {
Some(parent) => parent, Some(parent) => parent,
None => return Err(Error::other("Could not get parent path")) None => return Err(Error::other("Could not get parent path")),
}; };
if !dir_path.exists() { if !dir_path.exists() {