Skip to content

Commit 8890554

Browse files
chore: Fixing whitespace errors (#3592)
## Purpose of this PR This PR aims to fix failures of **Standards Check - NGO minimalproject [ubuntu, trunk]** noticed on `#ngo-test-failures` since it will block PRs from merging ### Jira ticket Too small task, not applicable ## Documentation No documentation changes or additions were necessary. ## Testing & QA Test was run and passed ## Backport The issue is related to `develop-2.0.0` only
1 parent 9f7a7a8 commit 8890554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ public Vector3 GetAngularVelocity()
416416
}
417417
#endif
418418
#if COM_UNITY_MODULES_PHYSICS && !COM_UNITY_MODULES_PHYSICS2D
419-
return m_InternalRigidbody.angularVelocity;
419+
return m_InternalRigidbody.angularVelocity;
420420
#endif
421421
#if !COM_UNITY_MODULES_PHYSICS && COM_UNITY_MODULES_PHYSICS2D
422422
return Vector3.forward * m_InternalRigidbody2D.angularVelocity;

0 commit comments

Comments
 (0)