1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-01 08:16:00 -04:00

format code

This commit is contained in:
Darien Raymond 2015-12-02 20:58:46 +00:00
parent ae056714db
commit d22fed67ad

View File

@ -43,7 +43,7 @@ func (subject *PortSubject) LessThan(expectation v2net.Port) {
} }
func (subject *PortSubject) IsValid() { func (subject *PortSubject) IsValid() {
if subject.value == 0 { if subject.value == 0 {
subject.Fail(subject.DisplayString(), "is", serial.StringLiteral("a valid port")) subject.Fail(subject.DisplayString(), "is", serial.StringLiteral("a valid port"))
} }
} }