Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and mwswartwout committed Apr 4, 2024
1 parent d5282f6 commit 7b9c3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/server/Server.h
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class Server

static Server & GetInstance()
{
static Server* sServer = new Server();
static Server * sServer = new Server();
return *sServer;
}

Expand Down

0 comments on commit 7b9c3a7

Please sign in to comment.