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 7, 2023
1 parent 6e9b0ec commit 7eb6ff2
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 7eb6ff2

Please sign in to comment.