Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Nov 29, 2023
1 parent 28dff63 commit ffabd36
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source/mqtt/Mqtt5Packets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1252,10 +1252,7 @@ namespace Aws

uint16_t NegotiatedSettings::getServerKeepAliveSec() const noexcept { return m_serverKeepAliveSec; }

uint16_t NegotiatedSettings::getServerKeepAlive() const noexcept
{
return m_serverKeepAliveSec;
}
uint16_t NegotiatedSettings::getServerKeepAlive() const noexcept { return m_serverKeepAliveSec; }

bool NegotiatedSettings::getRetainAvailable() const noexcept { return m_retainAvailable; }

Expand Down

0 comments on commit ffabd36

Please sign in to comment.