Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Jan 13, 2025
1 parent 330f7be commit ce57b08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/request-response/request_response_client_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,8 @@ static int s_rrc_streaming_operation_first_subscribe_retryable_failure_resub_suc
payload2,
topic_filter1,
},
}; ASSERT_SUCCESS(s_rrc_verify_streaming_publishes(
};
ASSERT_SUCCESS(s_rrc_verify_streaming_publishes(
&fixture, record_key1, AWS_ARRAY_SIZE(expected_publishes), expected_publishes));

aws_mqtt_rr_client_operation_release(operation);
Expand Down

0 comments on commit ce57b08

Please sign in to comment.