Skip to content

Commit 1de1666

Browse files
author
Isaiah Becker-Mayer
committed
Fixes ServerDeactivateAll style
1 parent 3cd8167 commit 1de1666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ironrdp-pdu/src/rdp/headers.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ bitflags! {
518518
///
519519
/// [2.2.3.1]: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpbcgr/8a29971a-df3c-48da-add2-8ed9a05edc89
520520
#[derive(Debug, Clone, PartialEq, Eq)]
521-
pub struct ServerDeactivateAll {}
521+
pub struct ServerDeactivateAll;
522522

523523
impl ServerDeactivateAll {
524524
const FIXED_PART_SIZE: usize = 2 /* length_source_descriptor */ + 1 /* source_descriptor */;

0 commit comments

Comments
 (0)