Browse Source

gofmt

pull/876/head
Darien Raymond 7 years ago
parent
commit
5bd3cee371
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
  1. 4
      app/log/command/errors.generated.go

4
app/log/command/errors.generated.go

@ -2,4 +2,6 @@ package command
import "v2ray.com/core/common/errors"
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("App", "Log", "Command") }
func newError(values ...interface{}) *errors.Error {
return errors.New(values...).Path("App", "Log", "Command")
}

Loading…
Cancel
Save