minor changes to pass the format check
This commit is contained in:
parent
06d692febd
commit
3f47d9d2e6
1 changed files with 1 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue