chore: make clippy github action happy
This commit is contained in:
parent
975e8a480b
commit
4460730ca6
3 changed files with 7 additions and 13 deletions
|
@ -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())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue