From 6c1e617d49ddcb9ac4d082a6987cbcd132480e6d Mon Sep 17 00:00:00 2001 From: scottr Date: Wed, 21 Apr 2021 16:39:54 -0700 Subject: [PATCH] [cpack_installer] added another missing trailing newline to a modified file --- cmake/Platform/Common/Install_common.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Platform/Common/Install_common.cmake b/cmake/Platform/Common/Install_common.cmake index e94d8c1560..f1eb2e092c 100644 --- a/cmake/Platform/Common/Install_common.cmake +++ b/cmake/Platform/Common/Install_common.cmake @@ -315,4 +315,4 @@ function(ly_setup_target_generator) COMPONENT ${LY_DEFAULT_INSTALL_COMPONENT} ) -endfunction() \ No newline at end of file +endfunction()