🎨 Remove unnecessary braces

This commit is contained in:
MikuroXina
2020-12-11 16:04:52 +09:00
parent 53a5419654
commit bc439305cc
+1 -1
View File
@@ -46,7 +46,7 @@ impl CustomEventTypeMaps {
lazy_static! {
static ref CUSTOM_EVENT_TYPES: Mutex<CustomEventTypeMaps> =
{ Mutex::new(CustomEventTypeMaps::new()) };
Mutex::new(CustomEventTypeMaps::new());
}
impl crate::EventSubsystem {