aboutsummaryrefslogtreecommitdiff
path: root/helix-view
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-11-22 03:10:37 +0000
committerBlaž Hrastnik2021-11-22 03:10:37 +0000
commit177b6fcdc936c789f85c25a65b4243bde3d53ec3 (patch)
tree6083a979b8c22f328e05f9922bc8b034cac11e9b /helix-view
parent28fd704bce2fec56e46991b26eed5a17e519e6bd (diff)
cargo fmt
Diffstat (limited to 'helix-view')
-rw-r--r--helix-view/src/editor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs
index f423de84..31f8dc84 100644
--- a/helix-view/src/editor.rs
+++ b/helix-view/src/editor.rs
@@ -26,8 +26,8 @@ use anyhow::Error;
pub use helix_core::diagnostic::Severity;
pub use helix_core::register::Registers;
use helix_core::syntax;
-use helix_dap as dap;
use helix_core::{Position, Selection};
+use helix_dap as dap;
use serde::Deserialize;