Skip to content

Commit ea2270a

Browse files
dveedenlance6716
andauthored
Update replication/event.go
Co-authored-by: lance6716 <[email protected]>
1 parent 19d01d1 commit ea2270a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

replication/event.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ func (e *PreviousGTIDsEvent) Decode(data []byte) error {
268268

269269
previousGTIDSets := make([]string, uuidCount)
270270
currentSetnr := 0
271-
for _ = range previousGTIDSets {
271+
for range previousGTIDSets {
272272
uuid := e.decodeUuid(data[pos : pos+16])
273273
pos += 16
274274
isTag := false

0 commit comments

Comments
 (0)