Skip to content

Commit 19ecdb3

Browse files
committed
Cargo fmt for whitespace
1 parent 44db75e commit 19ecdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_types/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ impl Handle {
3838
}
3939

4040
/// Handle to an event structure, guaranteed to be non-null.
41-
///
41+
///
4242
/// If you need to have a nullable event, use `Option<Event>`.
4343
#[repr(transparent)]
4444
pub struct Event(NonNull<c_void>);

0 commit comments

Comments
 (0)