Skip to content

Commit

Permalink
Fix formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Mar 2, 2022
1 parent dd8304f commit f05e326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heed/src/txn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fn abort_txn(txn: *mut ffi::MDB_txn) -> Result<()> {
Ok(unsafe { ffi::mdb_txn_abort(txn) })
}

pub struct RwTxn<'e, 'p, T=()> {
pub struct RwTxn<'e, 'p, T = ()> {
pub(crate) txn: RoTxn<'e, T>,
_parent: marker::PhantomData<&'p mut ()>,
}
Expand Down

0 comments on commit f05e326

Please sign in to comment.