chore: apply some style suggestions (#7307)

This commit is contained in:
Matthias Seitz
2024-03-24 23:52:33 +01:00
committed by GitHub
parent 7e6d61a66a
commit a31202670b
39 changed files with 184 additions and 182 deletions

View File

@ -146,7 +146,7 @@ impl Environment {
where
F: FnOnce(*mut ffi::MDBX_env) -> T,
{
(f)(self.env_ptr())
f(self.env_ptr())
}
/// Flush the environment data buffers to disk.