Skip to content

Commit

Permalink
Update file.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Dec 11, 2023
1 parent af80925 commit 044393e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{fs::File, io::Write, path::Path};
use std::{io::Write, path::Path};

pub const LSM_MARKER: &str = ".lsm";
pub const FLUSH_MARKER: &str = ".flush";
Expand Down

0 comments on commit 044393e

Please sign in to comment.