Fix source formatting with cargo fmt

This commit is contained in:
Pekka Enberg
2024-09-22 08:52:32 -04:00
parent 6985a716f3
commit 5aeb18f474
2 changed files with 6 additions and 5 deletions

View File

@@ -884,7 +884,7 @@ fn sqlite3_errstr_impl(rc: i32) -> *const std::ffi::c_char {
"datatype mismatch", // SQLITE_MISMATCH
"bad parameter or other API misuse", // SQLITE_MISUSE
#[cfg(feature = "lfs")]
"", // SQLITE_NOLFS
"", // SQLITE_NOLFS
#[cfg(not(feature = "lfs"))]
"large file support is disabled", // SQLITE_NOLFS
"authorization denied", // SQLITE_AUTH