Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
adding missing whitespace
  • Loading branch information
NoelStephensUnity committed Dec 4, 2023
1 parent 48b93c0 commit 48978cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions com.unity.netcode.gameobjects/Components/NetworkTransform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1569,11 +1569,11 @@ private void TryCommitTransform(ref Transform transformToCommit, bool synchroniz
m_LocalAuthoritativeNetworkState.ExplicitSet = false;

try
{
{
// Notify of the pushed state update
OnAuthorityPushTransformState(ref m_LocalAuthoritativeNetworkState);
}
catch(Exception ex)
catch (Exception ex)
{
Debug.LogException(ex);
}
Expand Down

0 comments on commit 48978cb

Please sign in to comment.