Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
  • Loading branch information
Blast545 committed May 5, 2021
1 parent 3e971e6 commit 0c037d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/collada_world_exporter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ TEST_F(ColladaWorldExporterFixture, ExportWorldFromFuelWithSubmesh)
// .sdf loads them together and a submesh alone
// Check that output has three nodes
common::ColladaLoader loader;
const common::Mesh *meshExported = loader.Load(common::joinPaths(outputPath, "meshes",
"collada_world_exporter_submesh_test.dae"));
const common::Mesh *meshExported = loader.Load(common::joinPaths(
outputPath, "meshes", "collada_world_exporter_submesh_test.dae"));
EXPECT_EQ(3u, meshExported->SubMeshCount());

// Cleanup
Expand Down

0 comments on commit 0c037d4

Please sign in to comment.