Skip to content

Commit

Permalink
fix linting 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilay Katsnelson committed Jun 1, 2024
1 parent 4f0656f commit cd6282b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/communication/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ mod app {
});
}

pub fn queue_gs_message(d: impl Into<Data>){
pub fn queue_gs_message(d: impl Into<Data>) {
let message = Message::new(&monotonics::now(), COM_ID, d.into());
let bytes = postcard::to_vec(&message);
if let Ok(bytes) = bytes {
Expand Down

0 comments on commit cd6282b

Please sign in to comment.