clippy fixes
All checks were successful
/ Quality Check (push) Successful in 1m20s
/ Build (push) Successful in 1m29s

This commit is contained in:
Phani Pavan K
2025-10-20 12:02:53 +05:30
parent 06a661b951
commit a795ad986b
4 changed files with 11 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ impl AppState {
self.toPort = String::new();
self.currentlyEditing = None;
self.tableState.select(Some(self.entries.len() - 1_usize));
EntryValError::NONE
EntryValError::None
}
Err(e) => e,
}