Skip to content

Commit 026f450

Browse files
style
removing trailing spaces.
1 parent a365363 commit 026f450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.unity.netcode.gameobjects/Runtime/Components/NetworkAnimator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ protected virtual void Awake()
770770
#if !UNITY_EDITOR
771771
if (!m_Animator)
772772
{
773-
Debug.LogWarning($"{nameof(NetworkAnimator)} {name} does not have an {nameof(UnityEngine.Animator)} assigned to it. The {nameof(NetworkAnimator)} will not initialize properly.");
773+
Debug.LogWarning($"{nameof(NetworkAnimator)} {name} does not have an {nameof(UnityEngine.Animator)} assigned to it. The {nameof(NetworkAnimator)} will not initialize properly.");
774774
}
775775
#endif
776776
return;

0 commit comments

Comments
 (0)