Skip to content

Commit

Permalink
chore: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Jul 28, 2024
1 parent 037aceb commit 1b43ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sessionlockev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ pub enum SessonLockEventError {
#[error("Event Loop Error")]
EventLoopInitError(#[from] CallLoopError),
#[error("roundtrip Error")]
RoundTripError(#[from] WaylandError)
RoundTripError(#[from] WaylandError),
}

/// reexport the wayland objects which are needed
Expand Down

0 comments on commit 1b43ab9

Please sign in to comment.