From dc5f4a11a5cd8a7061a2f254896a5b2dd36ae839 Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Tue, 13 Feb 2024 13:31:02 -0800 Subject: [PATCH] Format: clang format --- tests/v3/connection_state_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/v3/connection_state_test.c b/tests/v3/connection_state_test.c index 5196eec2..71308816 100644 --- a/tests/v3/connection_state_test.c +++ b/tests/v3/connection_state_test.c @@ -3016,7 +3016,7 @@ AWS_TEST_CASE_FIXTURE( &test_data) /** - * Test that connection is healthy, user set the timeout for request, and timeout happens we still send ping reqs + * Test that connection is healthy, user set the timeout for request, and timeout happens we still send ping reqs */ static int s_test_mqtt_connection_publish_QoS1_timeout_with_ping_fn(struct aws_allocator *allocator, void *ctx) { (void)allocator;