From f87d6818b7ab84c9ce85d6fffd732cfd9fd44f2f Mon Sep 17 00:00:00 2001 From: Kuyondo Date: Tue, 8 Jul 2025 05:02:53 +0800 Subject: [PATCH] pressing enter for newline --- components/lua/util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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