Explorar o código

remove trailing whitespace

Marcos Kirsch %!s(int64=8) %!d(string=hai) anos
pai
achega
ba44745194
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      httpserver.lua

+ 1 - 1
httpserver.lua

@@ -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