From 913b6e7d656ac002539c5b7b039af06ce80e0d60 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 16 Oct 2022 15:04:52 +0200 Subject: [PATCH] Apply CMake format --- cmake/modules/AppUtilities.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/AppUtilities.cmake b/cmake/modules/AppUtilities.cmake index 4b0a90e..7324153 100644 --- a/cmake/modules/AppUtilities.cmake +++ b/cmake/modules/AppUtilities.cmake @@ -66,7 +66,7 @@ function (add_appstream_file) # skip if not all required meta-data is present if (NOT META_RELEASE_DATE) message(STATUS "The variable META_RELEASE_DATE is not set. Not creating an AppStream file.") - return () + return() endif () # create appstream desktop file from template