aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tell.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/tell.rs')
-rw-r--r--src/plugins/tell.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/tell.rs b/src/plugins/tell.rs
index 3ec9586..34d7cf8 100644
--- a/src/plugins/tell.rs
+++ b/src/plugins/tell.rs
@@ -77,7 +77,10 @@ impl Tell {
) {
return ExecutionStatus::Err(e);
}
- debug!("Sent {:?} from {:?} to {:?}", tell.message, tell.sender, receiver);
+ debug!(
+ "Sent {:?} from {:?} to {:?}",
+ tell.message, tell.sender, receiver
+ );
}
}
tells.remove(receiver);