Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Aug 18, 2023
1 parent e05fbab commit 0fd1e13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/v3/connection_state_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -3797,9 +3797,7 @@ AWS_TEST_CASE_FIXTURE(
/*
* Test that the connection termination callback is fired after connection failure.
*/
static int s_test_mqtt_connection_termination_callback_connect_failed_fn(
struct aws_allocator *allocator,
void *ctx) {
static int s_test_mqtt_connection_termination_callback_connect_failed_fn(struct aws_allocator *allocator, void *ctx) {
(void)allocator;
struct mqtt_connection_state_test *state_test_data = ctx;

Expand Down

0 comments on commit 0fd1e13

Please sign in to comment.