diff --git a/src/complex/Pipeline/Pipeline.cpp b/src/complex/Pipeline/Pipeline.cpp index 799270527d..62be72b3e3 100644 --- a/src/complex/Pipeline/Pipeline.cpp +++ b/src/complex/Pipeline/Pipeline.cpp @@ -797,4 +797,4 @@ uint64 Pipeline::checkMemoryRequired() { preflight(); return m_MemoryRequired; -} \ No newline at end of file +} diff --git a/test/IOFormat.cpp b/test/IOFormat.cpp index 0ae851f178..73ffbcecfd 100644 --- a/test/IOFormat.cpp +++ b/test/IOFormat.cpp @@ -37,4 +37,4 @@ TEST_CASE("Target DataStructure Size", "IOTest") targetReducedSize = memory / 2; } REQUIRE(preferences->defaultValueAs(Preferences::k_LargeDataStructureSize_Key) == targetReducedSize); -} \ No newline at end of file +}