Skip to content

Commit abe6fc7

Browse files
author
Jorge Aparicio
committed
drop an unnecessary newline
1 parent 24dc2bc commit abe6fc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/liballoc/oom.rs

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ mod imp {
5050
pub fn set_oom_handler(handler: fn() -> !) {
5151
OOM_HANDLER.store(handler as *mut (), Ordering::SeqCst);
5252
}
53-
5453
}
5554

5655
#[cfg(not(target_has_atomic = "ptr"))]

0 commit comments

Comments
 (0)