chore: clippy

This commit is contained in:
nathan 2024-09-16 16:53:47 +08:00
parent 924df56d28
commit 129db6925c

View File

@ -152,7 +152,7 @@ where
#[cfg(feature = "verbose_log")]
{
for group in group_controller.get_all_groups() {
trace!("[Database]: group: {}", group);
tracing::trace!("[Database]: group: {}", group);
}
}
Ok(group_controller)