drop an unnecessary newline

This commit is contained in:
Jorge Aparicio 2016-11-10 23:44:15 -05:00
parent 24dc2bc3f5
commit abe6fc73e0

View File

@ -50,7 +50,6 @@ mod imp {
pub fn set_oom_handler(handler: fn() -> !) {
OOM_HANDLER.store(handler as *mut (), Ordering::SeqCst);
}
}
#[cfg(not(target_has_atomic = "ptr"))]