Skip to content

Commit ba44745

Browse files
author
Marcos Kirsch
committed
remove trailing whitespace
1 parent e49eec6 commit ba44745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpserver.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ return function (port)
8080
end
8181
)
8282
-- false and nil evaluate as false
83-
local ip = wifi.sta.getip()
83+
local ip = wifi.sta.getip()
8484
if not ip then ip = wifi.ap.getip() end
8585
print("nodemcu-httpserver running at http://" .. ip .. ":" .. port)
8686
return s

0 commit comments

Comments
 (0)