summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 390c027..f6125fb 100644
--- a/init.lua
+++ b/init.lua
@@ -33,7 +33,7 @@ local stat_considered = 0
local stat_displaced = 0
local stat_degraded = 0
-local function round(f)
+local function round(f)
if f >= 0 then
return math.floor(f + 0.5)
else