Skip to content

Commit 5b05dda

Browse files
committed
Fix formatting
1 parent 5063a87 commit 5b05dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// All references to UNITY_MP_TOOLS_NETSIM_IMPLEMENTATION_ENABLED should be defined in the same way,
33
// as any discrepancies are likely to result in build failures
44
#if UNITY_EDITOR || (DEVELOPMENT_BUILD && !UNITY_MP_TOOLS_NETSIM_DISABLED_IN_DEVELOP) || (!DEVELOPMENT_BUILD && UNITY_MP_TOOLS_NETSIM_ENABLED_IN_RELEASE)
5-
#define UNITY_MP_TOOLS_NETSIM_IMPLEMENTATION_ENABLED
5+
#define UNITY_MP_TOOLS_NETSIM_IMPLEMENTATION_ENABLED
66
#endif
77

88
using System;
@@ -1510,7 +1510,7 @@ void SetupPipelinesForUtp1(NetworkDriver driver,
15101510
}
15111511
}
15121512
#else
1513-
void SetupPipelinesForUtp2(NetworkDriver driver,
1513+
private void SetupPipelinesForUtp2(NetworkDriver driver,
15141514
out NetworkPipeline unreliableFragmentedPipeline,
15151515
out NetworkPipeline unreliableSequencedFragmentedPipeline,
15161516
out NetworkPipeline reliableSequencedPipeline)

0 commit comments

Comments
 (0)