From a21695ccc26c5893217f6c33bfd9750e2d8562f0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:43:25 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- plugins/lua/sort/places.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lua/sort/places.lua b/plugins/lua/sort/places.lua index 7e1b8efaa..441f81519 100644 --- a/plugins/lua/sort/places.lua +++ b/plugins/lua/sort/places.lua @@ -39,7 +39,7 @@ local language_name_types = { } local function get_location_religion(religion_id, religion_type) - if religion_type == -1 then return 'Temple' + if religion_type == -1 then return 'Temple' else return locationselector.get_religion_string(religion_id, religion_type) or '' end end