aboutsummaryrefslogtreecommitdiff
path: root/helix-view
diff options
context:
space:
mode:
authorSkyler Hawthorne2022-07-05 04:15:15 +0000
committerSkyler Hawthorne2022-10-19 02:31:38 +0000
commitc9418582d2a6d8dbb8b5bb1d3432a9087438e61d (patch)
tree6784100e0d2e46caf69ee983786ad16e9265548a /helix-view
parentcb23399dee723cec67f1a04dbe6514dfddfd7f5f (diff)
fix modified status with auto format
Diffstat (limited to 'helix-view')
-rw-r--r--helix-view/src/document.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/document.rs b/helix-view/src/document.rs
index 1743fac2..fe081442 100644
--- a/helix-view/src/document.rs
+++ b/helix-view/src/document.rs
@@ -14,6 +14,7 @@ use std::path::{Path, PathBuf};
use std::str::FromStr;
use std::sync::Arc;
use tokio::sync::mpsc::{UnboundedReceiver, UnboundedSender};
+
use tokio::sync::Mutex;
use helix_core::{