summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-05-13 22:14:15 +0000
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-05-13 22:14:15 +0000
commit6d4c6f7e5941e46c38fb6edd784d1e89288ae36a (patch)
tree283cda797233b9aeff28a55ee17176992a9ba03e /examples
parent07add238fb2bc1e9d42bc896e64285b23580efc0 (diff)
Code style enforcement
Diffstat (limited to 'examples')
-rw-r--r--examples/csharp/example.cs2
1 files changed, 1 insertions, 1 deletions
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);