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
2 people authored and Olivier committed Jan 11, 2025
1 parent 1ed3684 commit 47edbf6
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 47edbf6

Please sign in to comment.