Tools: AP_Periph: Web: scripts: fix luacheck issue

This commit is contained in:
Iampete1 2024-12-21 22:55:59 +00:00 committed by Thomas Watson
parent 5a8bc16170
commit 95d4dc1a0d

View File

@ -442,13 +442,11 @@ end
--[[
client class for open connections
--]]
local function Client(_sock, _idx)
local function Client(sock, idx)
local self = {}
self.closed = false
local sock = _sock
local idx = _idx
local have_header = false
local header = ""
local header_lines = {}