diff --git a/src/components/syntax_text.rs b/src/components/syntax_text.rs index 8cacf805..6ac00831 100644 --- a/src/components/syntax_text.rs +++ b/src/components/syntax_text.rs @@ -11,8 +11,8 @@ use crate::{ }, }; use anyhow::Result; -use asyncgit::asyncjob::AsyncSingleJob; use asyncgit::{ + asyncjob::AsyncSingleJob, sync::{self, TreeFile}, AsyncNotification, CWD, };