Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e87c03d

Browse files
committedApr 17, 2024
Revert "Restyled by clang-format"
This reverts commit 7b9c3a7.
1 parent 9011e3e commit e87c03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/server/Server.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ class Server
400400

401401
static Server & GetInstance()
402402
{
403-
static Server * sServer = new Server();
403+
static Server* sServer = new Server();
404404
return *sServer;
405405
}
406406

0 commit comments

Comments
 (0)
Please sign in to comment.