From 1d4ded0c885c57cc8f2214d4de921377c8a3dc17 Mon Sep 17 00:00:00 2001 From: Edwin Lee Date: Mon, 31 Jul 2017 09:20:46 -0500 Subject: [PATCH] Add newline on unit test file --- tst/EnergyPlus/unit/SystemAvailabilityManager.unit.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tst/EnergyPlus/unit/SystemAvailabilityManager.unit.cc b/tst/EnergyPlus/unit/SystemAvailabilityManager.unit.cc index 5a8bbcc787c..e43a5d6f882 100644 --- a/tst/EnergyPlus/unit/SystemAvailabilityManager.unit.cc +++ b/tst/EnergyPlus/unit/SystemAvailabilityManager.unit.cc @@ -791,4 +791,5 @@ TEST_F( EnergyPlusFixture, SysAvailManager_NightCycleSys_CalcNCycSysAvailMgr ) SystemAvailabilityManager::CalcNCycSysAvailMgr( SysAvailNum, PriAirSysNum, AvailStatus ); // Check that the system is no action mode, zone air temp is within T tolerance limits of 0.05, 25.04 < 25.0 + 0.05 EXPECT_EQ( DataHVACGlobals::NoAction, SystemAvailabilityManager::NCycSysAvailMgrData( 1 ).AvailStatus ); -} \ No newline at end of file +} +