Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit 34fe5d8

Browse files
author
KillaMaaki
committed
Fixed more formatting >.>
1 parent 2a96c86 commit 34fe5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netcode.io.demoserver/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ static void Main(string[] args)
8282
// Run netcode.io server in another thread.
8383
var netcodeThread = new Thread(NetcodeServer);
8484
netcodeThread.IsBackground = !nonInteractive;
85-
netcodeThread.Start();
85+
netcodeThread.Start();
8686

8787
Console.WriteLine("netcode.io demo server started, open up http://" + httpAddress + ":" + httpPort + "/ to try it!");
8888
if (!nonInteractive)

0 commit comments

Comments
 (0)