mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
style: remove unnecessary format
This commit is contained in:
@@ -447,14 +447,14 @@ impl From<DBNotification> 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(),
|
||||
),
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user