A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/text.rs')
-rw-r--r--src/text.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text.rs b/src/text.rs
index c469042..bc4da13 100644
--- a/src/text.rs
+++ b/src/text.rs
@@ -16,8 +16,8 @@ use helix_core::Syntax;
use helix_core::syntax::{HighlightEvent, Loader};
use implicit_fn::implicit_fn;
use lsp_types::{
- DocumentSymbol, Location, SemanticTokensLegend,
- SnippetTextEdit, TextEdit,
+ DocumentSymbol, Location, SemanticTokensLegend, SnippetTextEdit,
+ TextEdit,
};
pub use manipulations::Manip;
use rootcause::option_ext::OptionExt;