mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: AP_Periph: Web: scripts: fix luacheck issue
This commit is contained in:
parent
5a8bc16170
commit
95d4dc1a0d
@ -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 = {}
|
||||
|
Loading…
Reference in New Issue
Block a user