From 842a74f21798dab6d36428e74e6e84e94d52b6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABlle=20Courant?= Date: Sun, 18 May 2025 20:32:32 +0200 Subject: [PATCH] remove empty line --- builtin/mainmenu/content/contentdb.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin/mainmenu/content/contentdb.lua b/builtin/mainmenu/content/contentdb.lua index 83f22b97b..db7db7325 100644 --- a/builtin/mainmenu/content/contentdb.lua +++ b/builtin/mainmenu/content/contentdb.lua @@ -176,7 +176,6 @@ local function strip_game_suffix(type, name) return name end end - function contentdb.calculate_package_id(type, author, name) return author:lower() .. "/" .. strip_game_suffix(type, name)