Skip to content

Commit 3f47d9d

Browse files
committed
minor changes to pass the format check
1 parent 06d692f commit 3f47d9d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/libstd/sys/hermit/condvar.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ pub struct Condvar {
99

1010
impl Condvar {
1111
pub const fn new() -> Condvar {
12-
Condvar {
13-
identifier: 0,
14-
}
12+
Condvar { identifier: 0 }
1513
}
1614

1715
pub unsafe fn init(&mut self) {

0 commit comments

Comments
 (0)