chore: linting

This commit is contained in:
Aravinth Manivannan
2023-02-19 20:08:50 +05:30
parent d4f73dd425
commit 3343b698aa
3 changed files with 19 additions and 31 deletions

View File

@ -95,7 +95,7 @@ impl Settings {
let cache_path = settings.cache.as_ref().unwrap();
let cache_path = Path::new(&cache_path);
if !cache_path.exists() {
fs::create_dir(&cache_path).unwrap();
fs::create_dir(cache_path).unwrap();
}
if !cache_path.is_dir() {
panic!(