diff --git a/Source/Common/Testing/imstkTaskGraphTest.cpp b/Source/Common/Testing/imstkTaskGraphTest.cpp
index 30c6a515243451228ab8b81258d25b8553e77bdd..b881a012f8e6766613e1e177ae4609f2bdd1d3b5 100644
--- a/Source/Common/Testing/imstkTaskGraphTest.cpp
+++ b/Source/Common/Testing/imstkTaskGraphTest.cpp
@@ -42,4 +42,3 @@ TEST(imstkTaskGraphTest, removeUnusedNodes_)
     EXPECT_EQ(3, taskGraph->removeUnusedNodes(taskGraph)->getNodes().size());
     EXPECT_EQ(node1, taskGraph->getNodes()[2]);// test if the left out node is the one that is wired
 }
-