refactor: improve code formatting and readability in SQL and function calls
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
dd8f828ed3
commit
5a6a8ee97b
@@ -299,7 +299,9 @@ fn main() -> Result<(), Error> {
|
||||
KeepModes::Delete => {
|
||||
crate::modes::delete::mode_delete(&mut cmd, &args, ids, tags, &mut conn, data_path)?
|
||||
}
|
||||
KeepModes::Status => crate::modes::status::mode_status(&mut cmd, &args, data_path, db_path)?,
|
||||
KeepModes::Status => {
|
||||
crate::modes::status::mode_status(&mut cmd, &args, data_path, db_path)?
|
||||
}
|
||||
_ => todo!(),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user