aboutsummaryrefslogtreecommitdiff
path: root/crates/server/src/main_loop/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/server/src/main_loop/mod.rs')
-rw-r--r--crates/server/src/main_loop/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/server/src/main_loop/mod.rs b/crates/server/src/main_loop/mod.rs
index 75d65dcbf..610aa4264 100644
--- a/crates/server/src/main_loop/mod.rs
+++ b/crates/server/src/main_loop/mod.rs
@@ -26,7 +26,7 @@ enum Task {
26 Notify(RawNotification), 26 Notify(RawNotification),
27} 27}
28 28
29pub(super) fn main_loop( 29pub fn main_loop(
30 root: PathBuf, 30 root: PathBuf,
31 msg_receriver: &mut Receiver<RawMessage>, 31 msg_receriver: &mut Receiver<RawMessage>,
32 msg_sender: &mut Sender<RawMessage>, 32 msg_sender: &mut Sender<RawMessage>,