Skip to content

Commit

Permalink
Update samples/custom-structures-client/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sander van Harmelen <[email protected]>
  • Loading branch information
oroulet and svanharmelen authored Jan 9, 2025
1 parent 478589f commit 49529ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/custom-structures-client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async fn read_structure_var(session: &Arc<Session>, ns: u16) -> Result<(), Statu
}

// The struct and enum code after this line could/should be shared with demo server,
// but having it here make the example selv contained
// but having it here makes the example self-contained.

#[derive(
Debug,
Expand Down

0 comments on commit 49529ef

Please sign in to comment.