cargo fmt
This commit is contained in:
parent
b7dbeb2dfd
commit
3ffbd3697e
@ -98,11 +98,10 @@ impl TryFrom<EventRaw> for Event {
|
|||||||
pub struct EventSmall {
|
pub struct EventSmall {
|
||||||
severity: Severity,
|
severity: Severity,
|
||||||
group_id: u8,
|
group_id: u8,
|
||||||
unique_id: u8
|
unique_id: u8,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl EventSmall {
|
impl EventSmall {
|
||||||
|
|
||||||
/// Generate an event. The raw representation of an event has 32 bits.
|
/// Generate an event. The raw representation of an event has 32 bits.
|
||||||
/// If the passed group ID is invalid (too large), None wil be returned
|
/// If the passed group ID is invalid (too large), None wil be returned
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user