Update const.go

This commit is contained in:
cubexteam
2026-03-04 18:09:31 +03:00
committed by GitHub
parent 9d4b118cea
commit c2d6519e60

View File

@@ -47,4 +47,3 @@ func (r Reliability) IsOrdered() bool {
func (r Reliability) IsSequenced() bool { func (r Reliability) IsSequenced() bool {
return r == UnreliableSequenced || r == ReliableSequenced return r == UnreliableSequenced || r == ReliableSequenced
}