fix clippy suggestions
All checks were successful
/ Quality Check (push) Successful in 1m33s
/ Build (push) Successful in 1m41s

This commit is contained in:
Phani Pavan K
2025-09-20 07:02:56 +05:30
parent b334ffabac
commit 1934c869a7
3 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ impl AppState {
))
}
outputString.push_str("\nwait");
std::fs::write("./forward.sh", outputString);
let _ = std::fs::write("./forward.sh", outputString);
}
pub fn save(&self) {