Skip to content

Commit 3566ff0

Browse files
Zee2CDiaz-MS
andauthored
Update Assets/MRTK/SDK/Features/Utilities/ConstraintUtils.cs
Co-authored-by: CDiaz-MS <[email protected]>
1 parent df3e8fb commit 3566ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MRTK/SDK/Features/Utilities/ConstraintUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ internal static void AddWithPriority(ref List<TransformConstraint> constraintLis
4141
else
4242
{
4343
int idx = constraintList.BinarySearch(constraint, comparer);
44-
if(idx < 0)
44+
if (idx < 0)
4545
{
4646
// idx will be the two's complement of the index of the
4747
// next element that is "larger" than the given constraint.

0 commit comments

Comments
 (0)