Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Nov 1, 2023
1 parent b73a383 commit 9646c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/surface_mesh_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ TEST_F(PolyscopeTest, SurfaceMeshAppearance) {
psMesh->setSmoothShade(false);
EXPECT_FALSE(psMesh->isSmoothShade());
polyscope::show(3);

psMesh->setShadeStyle(polyscope::MeshShadeStyle::TriFlat);
polyscope::show(3);

Expand Down

0 comments on commit 9646c58

Please sign in to comment.