chore(client): add spacing after assert

This commit is contained in:
fallenoak 2025-10-08 12:28:12 -05:00 committed by GitHub
parent fd71e871e6
commit 53eb32c6ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,6 +156,7 @@ void ClientServices::ConnectToSelectedServer() {
ClientConnection* ClientServices::Connection() {
STORM_ASSERT(ClientServices::s_currentConnection);
return ClientServices::s_currentConnection;
}