refactor: update function parameters to use references where appropriate
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
d1edd20845
commit
dd8f828ed3
@@ -166,7 +166,7 @@ fn build_digest_table() -> Table {
|
||||
|
||||
pub fn mode_status(
|
||||
_cmd: &mut Command,
|
||||
_args: crate::Args,
|
||||
_args: &crate::Args,
|
||||
data_path: PathBuf,
|
||||
db_path: PathBuf,
|
||||
) -> Result<(), anyhow::Error> {
|
||||
|
||||
Reference in New Issue
Block a user