Skip to content

Commit

Permalink
Format again
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Nov 14, 2023
1 parent 5a54899 commit 15e3a8c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions source/mqtt/Mqtt5Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,9 @@ namespace Aws
toSeat, [allocator](Mqtt5Client *client) { Crt::Delete(client, allocator); });
}

Mqtt5Client::operator bool() const noexcept
{
return m_client_core != nullptr;
}
Mqtt5Client::operator bool() const noexcept { return m_client_core != nullptr; }

int Mqtt5Client::LastError() const noexcept
{
return aws_last_error();
}
int Mqtt5Client::LastError() const noexcept { return aws_last_error(); }

bool Mqtt5Client::Start() const noexcept
{
Expand Down

0 comments on commit 15e3a8c

Please sign in to comment.