[Modify] Polish it

This commit is contained in:
sta 2020-07-18 21:54:30 +09:00
parent c4a1f72df4
commit 64b6c3bcd3

View File

@ -60,7 +60,8 @@ namespace WebSocketSharp.Net
internal bool IsMultiValueInResponse {
get {
return (_type & HttpHeaderType.MultiValueInResponse) == HttpHeaderType.MultiValueInResponse;
return (_type & HttpHeaderType.MultiValueInResponse)
== HttpHeaderType.MultiValueInResponse;
}
}