整理代码

This commit is contained in:
MrZ626
2021-02-14 02:05:55 +08:00
parent ab5d6878de
commit cdf50ffb8d

View File

@@ -15,7 +15,6 @@
-- local debug_print=print
local socket = require"socket"
local bit = require"bit"
local band, bor, bxor = bit.band, bit.bor, bit.bxor
local shl, shr = bit.lshift, bit.rshift