We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668c212 commit 2dac37cCopy full SHA for 2dac37c
com.unity.netcode.gameobjects/Tests/Runtime/NetworkLogTests.cs
@@ -25,7 +25,7 @@ public IEnumerator UseNetworkLogWithNoNetworkManager()
25
var authority = GetAuthorityNetworkManager();
26
authority.OnServerStopped += OnServerStopped;
27
authority.Shutdown();
28
- yield return WaitForConditionOrTimeOut(()=> m_ServerStopped);
+ yield return WaitForConditionOrTimeOut(() => m_ServerStopped);
29
AssertOnTimeout($"Timed out waiting for {nameof(NetworkManager)} to stop!");
30
// Assure it is destroyed.
31
UnityEngine.Object.Destroy(authority);
0 commit comments