mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-05-11 06:59:17 -04:00
gofmt
This commit is contained in:
@@ -2,4 +2,6 @@ package http
|
||||
|
||||
import "v2ray.com/core/common/errors"
|
||||
|
||||
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("Transport", "Internet", "HTTP") }
|
||||
func newError(values ...interface{}) *errors.Error {
|
||||
return errors.New(values...).Path("Transport", "Internet", "HTTP")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user