Skip to content

Commit

Permalink
fix: missing file newline eof
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Jul 8, 2024
1 parent 2d69e68 commit f0af3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/codec/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,4 +549,4 @@ int8_t _z_network_message_decode(_z_network_message_t *msg, _z_zbuf_t *zbf) {
default:
return _Z_ERR_MESSAGE_DESERIALIZATION_FAILED;
}
}
}

0 comments on commit f0af3b2

Please sign in to comment.