From 1c4018e47a2d7bb61860917ebbdbce95ab9a4ee2 Mon Sep 17 00:00:00 2001 From: Godzil Date: Wed, 11 Mar 2020 16:56:03 +0000 Subject: [PATCH] Cosmetics. --- tests/christmasball_render.cpp | 1 - tests/objfile_test.cpp | 2 -- 2 files changed, 3 deletions(-) diff --git a/tests/christmasball_render.cpp b/tests/christmasball_render.cpp index eaa267a..908627d 100644 --- a/tests/christmasball_render.cpp +++ b/tests/christmasball_render.cpp @@ -86,7 +86,6 @@ Shape *fir_branch() ret->addObject(subGroup); } - return ret; } diff --git a/tests/objfile_test.cpp b/tests/objfile_test.cpp index ecae3cc..d5b601b 100644 --- a/tests/objfile_test.cpp +++ b/tests/objfile_test.cpp @@ -174,6 +174,4 @@ TEST(OBJFileTest, Faces_with_normal) ASSERT_EQ(t2->n1, parser.verticesNormal(3)); ASSERT_EQ(t2->n2, parser.verticesNormal(1)); ASSERT_EQ(t2->n3, parser.verticesNormal(2)); - - } \ No newline at end of file