mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: apply some style suggestions (#7307)
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user