소스 검색

remove trailing whitespace

Marcos Kirsch 8 년 전
부모
커밋
ba44745194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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