cargo fmt

...necessary to pass CI since changes to stable Rust's formatting.
This commit is contained in:
Scott Lamb
2023-09-30 16:15:02 -07:00
parent e103a709a0
commit b4eb573ca2
4 changed files with 21 additions and 6 deletions

View File

@@ -107,7 +107,10 @@ pub fn run(args: &super::Args, tx: &rusqlite::Transaction) -> Result<(), Error>
let Some(sample_file_path) = sample_file_path.to_str() else {
bail!(
InvalidArgument,
msg("sample file dir {} is not a valid string", sample_file_path.display()),
msg(
"sample file dir {} is not a valid string",
sample_file_path.display()
),
);
};
tx.execute(