Skip to content

Commit 535dcf8

Browse files
committed
fix missing-braces
1 parent 224694d commit 535dcf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/mqtt_iot_sdk_metrics_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
static int s_test_mqtt_append_sdk_metrics_empty(struct aws_allocator *allocator, void *ctx) {
1414
(void)ctx;
1515

16-
struct aws_mqtt_iot_sdk_metrics metrics = {0};
16+
struct aws_mqtt_iot_sdk_metrics metrics = {{0}};
1717

1818
struct aws_byte_buf output_username;
1919
AWS_ZERO_STRUCT(output_username);

0 commit comments

Comments
 (0)