From 177b6fcdc936c789f85c25a65b4243bde3d53ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Mon, 22 Nov 2021 12:10:37 +0900 Subject: [PATCH] cargo fmt --- helix-view/src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index f423de847..31f8dc846 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;