Skip to content

Commit

Permalink
chore: codefmt
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould authored and ethe committed Jul 16, 2024
1 parent 342d315 commit b817f49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/inmem/mutable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,13 @@ where
#[cfg(test)]
mod tests {
use std::collections::Bound;

use super::Mutable;
use crate::{
oracle::timestamp::Timestamped,
record::Record,
tests::{Test, TestRef},
};
use crate::oracle::timestamp::Timestamped;

#[test]
fn insert_and_get() {
Expand Down

0 comments on commit b817f49

Please sign in to comment.