Skip to content

Commit

Permalink
Remove exess newline.
Browse files Browse the repository at this point in the history
Co-authored-by: Cl茅ment Renault <renault.cle@gmail.com>
  • Loading branch information
AureliaDolo and Kerollmops committed Jul 6, 2023
1 parent 28e6abf commit 8527cc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion heed/src/lazy_decode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pub struct Lazy<'a, C> {

impl<'a, C: heed_traits::BytesDecode<'a>> Lazy<'a, C> {
/// Decode the given bytes as DItem

pub fn decode(&self) -> Result<C::DItem, BoxedError> {
C::bytes_decode(self.data)
}
Expand Down

0 comments on commit 8527cc0

Please sign in to comment.