mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
format code
This commit is contained in:
parent
3c946daf88
commit
8408b7735c
10
point.go
10
point.go
@ -92,11 +92,11 @@ func (vp *Point) Start() error {
|
||||
|
||||
return retry.Timed(100 /* times */, 100 /* ms */).On(func() error {
|
||||
err := vp.ich.Listen(vp.port)
|
||||
if err == nil {
|
||||
log.Warning("Point server started on port %d", vp.port)
|
||||
return nil
|
||||
}
|
||||
return err
|
||||
if err == nil {
|
||||
log.Warning("Point server started on port %d", vp.port)
|
||||
return nil
|
||||
}
|
||||
return err
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user