cargo fmt

pull/574/head
Blaž Hrastnik 2021-11-22 12:10:37 +09:00
parent 28fd704bce
commit 177b6fcdc9
1 changed files with 1 additions and 1 deletions

View File

@ -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;