From c2f736bfc44c68a9a8485f29ab3142e672187a7f Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Tue, 19 Dec 2023 14:02:40 -0800 Subject: [PATCH] clang format --- tests/Mqtt5ClientTest.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/Mqtt5ClientTest.cpp b/tests/Mqtt5ClientTest.cpp index facc01ba0..029214843 100644 --- a/tests/Mqtt5ClientTest.cpp +++ b/tests/Mqtt5ClientTest.cpp @@ -2061,9 +2061,7 @@ static int s_TestMqtt5SharedSubscriptionTest(Aws::Crt::Allocator *allocator, voi subscribe->WithSubscription(std::move(subscription)); std::promise suback; - auto onSubAck = [&](int , std::shared_ptr ) { - suback.set_value(); - }; + auto onSubAck = [&](int , std::shared_ptr ) { suback.set_value(); }; /*subscribe both clients */ ASSERT_TRUE(mqtt5Client->Subscribe(subscribe, onSubAck));