mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
🎨 Remove unnecessary braces
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user