style: formatting

This commit is contained in:
2025-05-08 13:12:58 -03:00
parent 31d333333c
commit b6b35cfd2f
+4 -4
View File
@@ -231,12 +231,12 @@ registerEventListener("modem_message", handleMessages)
--[[ --[[
key handling key handling
]] ]]
local GLFW_KEY_DOWN = 264 local GLFW_KEY_DOWN = 264
local GLFW_KEY_UP = 265 local GLFW_KEY_UP = 265
local GLFW_KEY_ENTER = 257 local GLFW_KEY_ENTER = 257
local GLFW_KEY_BACKSPACE = 259 local GLFW_KEY_BACKSPACE = 259
local logOffset = 0 local logOffset = 0
function scrollLogs(key, isHeld) function scrollLogs(key, isHeld)
if key == GLFW_KEY_DOWN then if key == GLFW_KEY_DOWN then