minor changes to pass the format check

This commit is contained in:
Stefan Lankes 2020-05-18 00:06:32 +02:00
parent 06d692febd
commit 3f47d9d2e6

View file

@ -9,9 +9,7 @@ pub struct Condvar {
impl Condvar {
pub const fn new() -> Condvar {
Condvar {
identifier: 0,
}
Condvar { identifier: 0 }
}
pub unsafe fn init(&mut self) {