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

format code

This commit is contained in:
V2Ray
2015-09-09 15:26:11 +02:00
parent 5559c1ca60
commit f1292f6035
5 changed files with 25 additions and 25 deletions

View File

@@ -33,9 +33,9 @@ func (a *Assertion) Bytes(value []byte) *BytesSubject {
}
func (a *Assertion) String(value string) *StringSubject {
return NewStringSubject(NewSubject(a), value)
return NewStringSubject(NewSubject(a), value)
}
func (a *Assertion) Error(value error) *ErrorSubject {
return NewErrorSubject(NewSubject(a), value)
return NewErrorSubject(NewSubject(a), value)
}