From ba37b4cefe5aae77b5eff0c73afed0332262c524 Mon Sep 17 00:00:00 2001 From: sychic <47618543+Sychic@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:21:17 -0400 Subject: [PATCH] style: remove unnecessary format --- apps/labrinth/src/models/v3/notifications.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/labrinth/src/models/v3/notifications.rs b/apps/labrinth/src/models/v3/notifications.rs index 30a32ffc44..a2842b7b97 100644 --- a/apps/labrinth/src/models/v3/notifications.rs +++ b/apps/labrinth/src/models/v3/notifications.rs @@ -447,14 +447,14 @@ impl From for Notification { name: "Accept".to_string(), action_route: ( "POST".to_string(), - format!(""), + String::new(), ), }, NotificationAction { name: "Deny".to_string(), action_route: ( "POST".to_string(), - format!(""), + String::new(), ), }, ],