mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-13 17:19:21 -04:00
format code
This commit is contained in:
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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user