mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 08:42:45 +03:00
chore(client): add spacing after assert
This commit is contained in:
parent
fd71e871e6
commit
53eb32c6ba
@ -156,6 +156,7 @@ void ClientServices::ConnectToSelectedServer() {
|
|||||||
|
|
||||||
ClientConnection* ClientServices::Connection() {
|
ClientConnection* ClientServices::Connection() {
|
||||||
STORM_ASSERT(ClientServices::s_currentConnection);
|
STORM_ASSERT(ClientServices::s_currentConnection);
|
||||||
|
|
||||||
return ClientServices::s_currentConnection;
|
return ClientServices::s_currentConnection;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user