1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-25 11:35:34 -05:00

format code

This commit is contained in:
v2ray
2016-02-03 12:18:52 +01:00
parent 2932d23b32
commit edd02f7d3c
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ type Server struct {
Port v2net.Port
MsgProcessor func(msg []byte) []byte
accepting bool
listener *net.TCPListener
listener *net.TCPListener
}
func (server *Server) Start() (v2net.Destination, error) {