Browse Source

clean up tests

Bert Temme 2 years ago
parent
commit
1682893bfc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/SharpGLTF.Toolkit.Tests/Scenes/SceneBuilderTests.cs

+ 2 - 1
tests/SharpGLTF.Toolkit.Tests/Scenes/SceneBuilderTests.cs

@@ -20,6 +20,7 @@ namespace SharpGLTF.Scenes
     using SKINNEDVERTEX4 = VertexBuilder<VertexPosition, VertexEmpty, VertexJoints4>;
     using SKINNEDVERTEX8 = VertexBuilder<VertexPosition, VertexEmpty, VertexJoints8>;
 
+
     [Category("Toolkit.Scenes")]
     public partial class SceneBuilderTests
     {
@@ -1061,4 +1062,4 @@ namespace SharpGLTF.Scenes
         }
 
     }
-}
+}