fix clippy suggestions
All checks were successful
/ Quality Check (push) Successful in 3m40s
/ Build (push) Successful in 3m0s

This commit is contained in:
Phani Pavan K
2025-08-30 15:09:28 +05:30
parent d9b06c990e
commit 7ba256c96d
2 changed files with 2 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ impl AppState {
currentlyEditing: None,
screen: CurrentScreen::Main,
entries: settings.entries,
confDir: confDir,
confDir,
}
}