From e1fb54151c02dba0536e85d2fa18a7d692e5bc56 Mon Sep 17 00:00:00 2001 From: Tanaya Mankad Date: Wed, 20 Dec 2023 15:45:59 -0700 Subject: [PATCH] Add final newline. --- test/testPerformanceMaps.cc | 2 +- test/testSizingFractions.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testPerformanceMaps.cc b/test/testPerformanceMaps.cc index f43a9c1b..67f642fb 100644 --- a/test/testPerformanceMaps.cc +++ b/test/testPerformanceMaps.cc @@ -679,4 +679,4 @@ int main(int, char*) // Made it through the gauntlet return 0; -} \ No newline at end of file +} diff --git a/test/testSizingFractions.cc b/test/testSizingFractions.cc index 9ac3b341..9a3664d6 100644 --- a/test/testSizingFractions.cc +++ b/test/testSizingFractions.cc @@ -173,4 +173,4 @@ void testGetCompressorMinRuntime() double hrs = hpwh.getCompressorMinRuntime(HPWH::UNITS_HR); ASSERTTRUE(hrs == expected_hrs); -} \ No newline at end of file +}