From 3bda1b9ad61aa210974ba365118ab9f67e0f399d Mon Sep 17 00:00:00 2001 From: tresf Date: Sat, 8 Feb 2025 01:59:56 -0500 Subject: [PATCH] Fix trailing newline --- cmake/linux/LinuxDeploy.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/linux/LinuxDeploy.cmake b/cmake/linux/LinuxDeploy.cmake index 22c0581d73f..3a4e6d3512d 100644 --- a/cmake/linux/LinuxDeploy.cmake +++ b/cmake/linux/LinuxDeploy.cmake @@ -320,4 +320,4 @@ elseif(CPACK_TOOL STREQUAL "makeself") message(STATUS "Installer created: ${RUN_FILE}") else() message(FATAL_ERROR "Packaging tool CPACK_TOOL=\"${CPACK_TOOL}\" is not yet supported") -endif() \ No newline at end of file +endif()