Commit 7c9fdef7 authored by Marcel Stör's avatar Marcel Stör
Browse files

Tiny formatting fix

parent feab8b22
...@@ -316,8 +316,8 @@ function receiver(sck, data) ...@@ -316,8 +316,8 @@ function receiver(sck, data)
-- sends and removes the first element from the 'response' table -- sends and removes the first element from the 'response' table
local function send(localSocket) local function send(localSocket)
if #response > 0 if #response > 0 then
then localSocket:send(table.remove(response, 1)) localSocket:send(table.remove(response, 1))
else else
localSocket:close() localSocket:close()
response = nil response = nil
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment