mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-02 06:07:51 -05:00
cargo fmt
...necessary to pass CI since changes to stable Rust's formatting.
This commit is contained in:
@@ -2274,8 +2274,7 @@ pub(crate) fn check_schema_version(conn: &rusqlite::Connection) -> Result<(), Er
|
||||
let Some(ver) = get_schema_version(conn)? else {
|
||||
bail!(
|
||||
FailedPrecondition,
|
||||
msg(
|
||||
"no such table: version.\n\n\
|
||||
msg("no such table: version.\n\n\
|
||||
If you have created an empty database by hand, delete it and use `nvr init` \
|
||||
instead, as noted in the installation instructions: \
|
||||
<https://github.com/scottlamb/moonfire-nvr/blob/master/guide/install.md>\n\n\
|
||||
|
||||
Reference in New Issue
Block a user