From 0647b3186f557d25b47b8756289ad15b39f1968a Mon Sep 17 00:00:00 2001 From: jonawals Date: Wed, 19 May 2021 13:40:49 +0100 Subject: [PATCH] Add missing new line --- cmake/TestImpactFramework/LYTestImpactFramework.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/TestImpactFramework/LYTestImpactFramework.cmake b/cmake/TestImpactFramework/LYTestImpactFramework.cmake index 606ab0df4b..fc3ba0af44 100644 --- a/cmake/TestImpactFramework/LYTestImpactFramework.cmake +++ b/cmake/TestImpactFramework/LYTestImpactFramework.cmake @@ -391,4 +391,4 @@ function(ly_test_impact_post_step) # Set the above config file as the default config file to use for the test impact framework console target target_compile_definitions(${LY_TEST_IMPACT_CONSOLE_STATIC_TARGET} PUBLIC "LY_TEST_IMPACT_DEFAULT_CONFIG_FILE=\"${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$/$.$.json\"") message(DEBUG "Test impact framework post steps complete") -endfunction() \ No newline at end of file +endfunction()