Skip to content

Commit 7ccaa51

Browse files
style
removing whitespaces
1 parent 22f87dd commit 7ccaa51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testproject/Assets/Tests/Runtime/Support/SpawnRpcDespawnInstanceHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void Destroy(NetworkObject networkObject)
6868
if (!networkObject.NetworkManager.IsServer)
6969
{
7070
Assert.AreEqual(NetworkUpdateStage.EarlyUpdate, NetworkUpdateLoop.UpdateStage);
71-
}
71+
}
7272
Object.Destroy(networkObject.gameObject);
7373
}
7474
}

0 commit comments

Comments
 (0)