diff --git a/components/lua/util.lua b/components/lua/util.lua index 10b2a46418..f37a2e52cc 100644 --- a/components/lua/util.lua +++ b/components/lua/util.lua @@ -18,4 +18,4 @@ function M.normalizeAngle(angle) return (fullTurns - math.floor(fullTurns) - 0.5) * (2 * math.pi) end -return M \ No newline at end of file +return M