Skip to content

Commit f139721

Browse files
committed
standards fix
1 parent a83d907 commit f139721

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

testproject/Assets/Tests/Runtime/NetworkSceneManager/NetworkSceneManagerEventNotifications.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ private void ClientSceneManager_OnSceneEvent(SceneEvent sceneEvent)
103103
{
104104
// Validates that we sent the proper number of synchronize events to the clients
105105
case SceneEventType.Synchronize:
106-
{
107-
m_ClientsReceivedSynchronize.Add(sceneEvent.ClientId);
108-
break;
109-
}
106+
{
107+
m_ClientsReceivedSynchronize.Add(sceneEvent.ClientId);
108+
break;
109+
}
110110
// Validate that the clients finish synchronization and they used the proper synchronization mode
111111
case SceneEventType.SynchronizeComplete:
112112
{

0 commit comments

Comments
 (0)