fix indentation

This commit is contained in:
leaf corcoran 2014-06-17 00:03:13 -07:00
parent 829dc1ae1c
commit 6825537878

View File

@ -285,7 +285,6 @@ function get_sleep_func()
return sleep
end
function plural(count, word)
if count ~= 1 then
word = word .. "s"