Skip to content

Commit

Permalink
Tools: AP_Periph: Web: scripts: fix luacheck issue
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Dec 23, 2024
1 parent aa2ec19 commit 3b0d1a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tools/AP_Periph/Web/scripts/pppgw_webui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 3b0d1a8

Please sign in to comment.