Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Mar 13, 2024
1 parent 755fe80 commit abaa002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value_log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::{
index::Writer as IndexWriter,
segment::{merge::MergeReader, multi_writer::MultiWriter, stats::Stats},
version::Version,
Config, Index, Segment, SegmentReader, SegmentWriter, ValueHandle,
Config, Index, Segment, SegmentWriter, ValueHandle,
};
use byteorder::{BigEndian, ReadBytesExt};
use std::{
Expand Down

0 comments on commit abaa002

Please sign in to comment.