mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 05:25:58 +00:00
style: remove unnecessary format
This commit is contained in:
@@ -447,14 +447,14 @@ impl From<DBNotification> for Notification {
|
|||||||
name: "Accept".to_string(),
|
name: "Accept".to_string(),
|
||||||
action_route: (
|
action_route: (
|
||||||
"POST".to_string(),
|
"POST".to_string(),
|
||||||
format!(""),
|
String::new(),
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
NotificationAction {
|
NotificationAction {
|
||||||
name: "Deny".to_string(),
|
name: "Deny".to_string(),
|
||||||
action_route: (
|
action_route: (
|
||||||
"POST".to_string(),
|
"POST".to_string(),
|
||||||
format!(""),
|
String::new(),
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user