Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Jul 16, 2023
1 parent 2f7eb09 commit 5d94400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blockstore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub struct FFIFriendlyBlockStore<'a> {

impl<'a> FFIFriendlyBlockStore<'a> {
/// Creates a new kv block store.
pub fn new(ffi_store: Box<dyn FFIStore<'a> +'a>) -> Self {
pub fn new(ffi_store: Box<dyn FFIStore<'a> + 'a>) -> Self {
Self { ffi_store }
}
}
Expand Down

0 comments on commit 5d94400

Please sign in to comment.