From f54c1f05c59ef5902be221095a4dafd800c7b985 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Wed, 28 Sep 2022 11:27:07 +0200 Subject: [PATCH] :lipstick: --- crates/text/src/undo_map.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/text/src/undo_map.rs b/crates/text/src/undo_map.rs index d015419667..ff1b241e73 100644 --- a/crates/text/src/undo_map.rs +++ b/crates/text/src/undo_map.rs @@ -1,8 +1,7 @@ +use crate::UndoOperation; use std::cmp; use sum_tree::{Bias, SumTree}; -use crate::UndoOperation; - #[derive(Copy, Clone, Debug)] struct UndoMapEntry { key: UndoMapKey,