1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-26 22:00:27 +08:00

chore: make lint happy

This commit is contained in:
源文雨
2025-03-12 22:27:43 +09:00
parent c2dd7b5d05
commit 658916268a
2 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ func (pb *DataBuilder) Plain(teatyp uint8, additional uint16) *PacketBuilder {
w.Write(ub.Bytes())
w.P(func(b *pbuf.Buffer) {
ub.Reset()
ub.ReadFrom(b)
_, _ = ub.ReadFrom(b)
})
}))
}