Skip to content

Commit d1c307a

Browse files
committed
remove extra curly braces
1 parent 666bc84 commit d1c307a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/FbxExporters/Editor/UnitTests/FbxConstraintTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ public static IEnumerable TestCases
4141
yield return new TestCaseData(typeof(ScaleConstraint), new float[] { 1f, 2f, 3f }, new float[] { 2f, 23f, 4f }, "m_ScaleOffset.z").Returns(1);
4242
}
4343
}
44-
}
45-
}
4644
}
4745

4846
public class FbxConstraintTest : ExporterTestBase

0 commit comments

Comments
 (0)