From 1cdba96942cabe3ab1890e0aec153d8fa1dd0b84 Mon Sep 17 00:00:00 2001 From: Jared Duffey Date: Tue, 31 Oct 2023 14:26:14 -0400 Subject: [PATCH] Added newline to EOF Signed-off-by: Jared Duffey --- src/complex/Pipeline/Pipeline.cpp | 2 +- test/IOFormat.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +}