diff options
author | Skyler Hawthorne | 2022-07-05 04:15:15 +0000 |
---|---|---|
committer | Skyler Hawthorne | 2022-10-19 02:31:38 +0000 |
commit | c9418582d2a6d8dbb8b5bb1d3432a9087438e61d (patch) | |
tree | 6784100e0d2e46caf69ee983786ad16e9265548a /helix-view/src | |
parent | cb23399dee723cec67f1a04dbe6514dfddfd7f5f (diff) |
fix modified status with auto format
Diffstat (limited to 'helix-view/src')
-rw-r--r-- | helix-view/src/document.rs | 1 |
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::{ |