Skip to content

Commit 1c6e941

Browse files
committed
Fmt
1 parent 4904a67 commit 1c6e941

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/labrinth/src/database/models/notifications_template_item.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ impl NotificationTemplate {
5656
let mut redis = redis.connect().await?;
5757

5858
let maybe_cached_templates = redis
59-
.get_deserialized_from_json(TEMPLATES_NAMESPACE, channel.as_str())
59+
.get_deserialized_from_json(
60+
TEMPLATES_NAMESPACE,
61+
channel.as_str(),
62+
)
6063
.await?;
6164

6265
if let Some(cached) = maybe_cached_templates {

0 commit comments

Comments
 (0)