drop an unnecessary newline
This commit is contained in:
parent
24dc2bc3f5
commit
abe6fc73e0
@ -50,7 +50,6 @@ mod imp {
|
|||||||
pub fn set_oom_handler(handler: fn() -> !) {
|
pub fn set_oom_handler(handler: fn() -> !) {
|
||||||
OOM_HANDLER.store(handler as *mut (), Ordering::SeqCst);
|
OOM_HANDLER.store(handler as *mut (), Ordering::SeqCst);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(target_has_atomic = "ptr"))]
|
#[cfg(not(target_has_atomic = "ptr"))]
|
||||||
|
Loading…
Reference in New Issue
Block a user