Skip to content

Commit 44c5ee7

Browse files
style
Remove whitespace
1 parent dd7d4c9 commit 44c5ee7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

com.unity.netcode.gameobjects/Runtime/Components/Helpers/AttachableBehaviour.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ internal class ComponentControllerEntry
4141

4242

4343
#if UNITY_EDITOR
44-
4544
internal void OnValidate()
4645
{
4746
if (!HasInitialized)
@@ -503,7 +502,7 @@ public void Detach()
503502
if (NetworkManager && NetworkManager.LogLevel <= LogLevel.Developer)
504503
{
505504
NetworkLog.LogWarning($"[{name}][Detach] Cannot detach! {name} is not attached to anything!");
506-
}
505+
}
507506
}
508507
else
509508
{

0 commit comments

Comments
 (0)