Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani authored and hugomrdias committed Nov 14, 2023
1 parent 4f3638c commit 7565a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homestar-runtime/src/network/webserver/notifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pub(crate) struct Message {
}

impl Message {
/// TODO
/// Create a new [Message].
pub(crate) fn new(header: Header, payload: Vec<u8>) -> Self {
Self { header, payload }
}
Expand Down

0 comments on commit 7565a89

Please sign in to comment.