Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Nov 24, 2023
1 parent bc3d0b4 commit d818256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/message_streaming_decoder_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ static int s_test_streaming_decoder_incoming_application_variable_headers_with_e
0x06, /* header value type (BYTE ARRAY)*/
0x00, 0x00, /* header value length */
0x06, /* header name length */
's', 't', 'r', 'i','n','g', /* header name */
's', 't', 'r', 'i','n','g', /* header name */
0x07, /* header value type (String)*/
0x00, 0x00, /* header value length */
0xC8, 0x4C, 0xF8, 0x53 /* message crc */
Expand Down

0 comments on commit d818256

Please sign in to comment.