mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-26 06:36:44 +00:00
chore: clippy
This commit is contained in:
parent
924df56d28
commit
129db6925c
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user