Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Dec 19, 2023
1 parent f3e1354 commit c2f736b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Mqtt5ClientTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2061,9 +2061,7 @@ static int s_TestMqtt5SharedSubscriptionTest(Aws::Crt::Allocator *allocator, voi
subscribe->WithSubscription(std::move(subscription));

std::promise<void> suback;
auto onSubAck = [&](int , std::shared_ptr<SubAckPacket> ) {
suback.set_value();
};
auto onSubAck = [&](int , std::shared_ptr<SubAckPacket> ) { suback.set_value(); };

/*subscribe both clients */
ASSERT_TRUE(mqtt5Client->Subscribe(subscribe, onSubAck));
Expand Down

0 comments on commit c2f736b

Please sign in to comment.