remove trailing whitespace

This commit is contained in:
Marcos Kirsch 2015-07-19 09:04:25 -05:00
parent e49eec62d3
commit ba44745194

View File

@ -80,7 +80,7 @@ return function (port)
end
)
-- false and nil evaluate as false
local ip = wifi.sta.getip()
local ip = wifi.sta.getip()
if not ip then ip = wifi.ap.getip() end
print("nodemcu-httpserver running at http://" .. ip .. ":" .. port)
return s