chore: make clippy github action happy

This commit is contained in:
neon_arch 2023-06-01 12:21:45 +03:00
parent 975e8a480b
commit 4460730ca6
3 changed files with 7 additions and 13 deletions

View file

@ -118,7 +118,7 @@ impl Config {
{
Ok("./websurfx/config.lua".to_string())
} else {
Err(format!("Config file not found!!").into())
Err("Config file not found!!".to_string().into())
}
}
}