Skip to content

Commit

Permalink
Added newline to EOF
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Duffey <[email protected]>
  • Loading branch information
JDuffeyBQ committed Oct 31, 2023
1 parent 349711c commit 1cdba96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/complex/Pipeline/Pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -797,4 +797,4 @@ uint64 Pipeline::checkMemoryRequired()
{
preflight();
return m_MemoryRequired;
}
}
2 changes: 1 addition & 1 deletion test/IOFormat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ TEST_CASE("Target DataStructure Size", "IOTest")
targetReducedSize = memory / 2;
}
REQUIRE(preferences->defaultValueAs<uint64>(Preferences::k_LargeDataStructureSize_Key) == targetReducedSize);
}
}

0 comments on commit 1cdba96

Please sign in to comment.