mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-25 12:06:11 -05:00
cargo fmt
...necessary to pass CI since changes to stable Rust's formatting.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user