cargo fmt

This commit is contained in:
Nikita Galaiko 2023-08-30 17:04:34 +02:00 committed by GitButler
parent 9c4bbb5595
commit 739b190bc1

View File

@ -11,7 +11,7 @@ use tokio::{
task,
};
use crate::{watcher::events, git};
use crate::{git, watcher::events};
#[derive(Debug, Clone)]
pub struct Dispatcher {