net.server_epoll: Fix luacheck annotation
authorKim Alvefur <zash@zash.se>
Sat, 06 Oct 2018 17:59:23 +0200
changeset 9442 988392a56495
parent 9441 916bee81eb7e
child 9443 1ddecde4ce98
net.server_epoll: Fix luacheck annotation
net/server_epoll.lua
--- a/net/server_epoll.lua	Sat Oct 06 17:50:41 2018 +0200
+++ b/net/server_epoll.lua	Sat Oct 06 17:59:23 2018 +0200
@@ -673,7 +673,7 @@
 
 -- COMPAT
 -- net.adns calls this but then replaces :send so this can be a noop
-function interface:set_send(new_send) -- luacheck: ignore/212
+function interface:set_send(new_send) -- luacheck: ignore 212
 end
 
 -- Close all connections and servers