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 8e2e721 commit fc9fae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Mqtt5ClientTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2061,7 +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 fc9fae8

Please sign in to comment.