mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 18:54:21 +01:00
Apply fmt
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1080,6 +1080,7 @@ version = "0.26.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"pkg-config",
|
||||
"vcpkg",
|
||||
]
|
||||
|
||||
@@ -151,7 +151,10 @@ mod tests {
|
||||
}
|
||||
}
|
||||
|
||||
assert!(page_split_log_found, "Expected root page split but not executed");
|
||||
assert!(
|
||||
page_split_log_found,
|
||||
"Expected root page split but not executed"
|
||||
);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user