refactor: fix clang-tidy auto*, const&, and curly braces (#5083)
This commit is contained in:
@@ -100,7 +100,9 @@ bool IrcChannel::canReconnect() const
|
||||
void IrcChannel::reconnect()
|
||||
{
|
||||
if (this->server())
|
||||
{
|
||||
this->server()->connect();
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user