Apply fmt

This commit is contained in:
김선우
2024-09-16 22:00:36 +09:00
parent b68efa32d9
commit 7f5d9dbb90
2 changed files with 5 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -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",
]

View File

@@ -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(())
}