From 6d4c6f7e5941e46c38fb6edd784d1e89288ae36a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 22:14:15 +0000 Subject: [PATCH] Code style enforcement --- examples/csharp/example.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/csharp/example.cs b/examples/csharp/example.cs index a24cbc2..aa0753d 100644 --- a/examples/csharp/example.cs +++ b/examples/csharp/example.cs @@ -26,7 +26,7 @@ public class ExampleApp { // node.InitAllowIdentityCaching(true); // node.InitAllowWorldCaching(false); node.InitSetEventHandler(OnZeroTierEvent); - //node.InitSetPort(0); // Will randomly attempt ports if not specified or is set to 0 + // node.InitSetPort(0); // Will randomly attempt ports if not specified or is set to 0 node.InitSetRandomPortRange(40000, 50000); // node.InitAllowSecondaryPort(false);