From ea0d14d31297e5c22792807beed0be011747d640 Mon Sep 17 00:00:00 2001 From: "Tai @ Flex" Date: Mon, 28 Nov 2016 22:51:47 +0800 Subject: [PATCH] added space for stylistic imrpovement --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index 49478e0..198979a 100644 --- a/api.lua +++ b/api.lua @@ -6,7 +6,7 @@ areas.registerHudHandler = function(handler) end -- Generalized call to registered handlers to add their proeciton labels to the areas list -local detect_extra_protection = function(pos,area_list) +local detect_extra_protection = function(pos, area_list) if #protection_detectors <= 0 then return area_list end