Skip to content

Commit

Permalink
Update replication/event.go
Browse files Browse the repository at this point in the history
Co-authored-by: lance6716 <[email protected]>
  • Loading branch information
dveeden and lance6716 authored Nov 27, 2024
1 parent 19d01d1 commit ea2270a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replication/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func (e *PreviousGTIDsEvent) Decode(data []byte) error {

previousGTIDSets := make([]string, uuidCount)
currentSetnr := 0
for _ = range previousGTIDSets {
for range previousGTIDSets {
uuid := e.decodeUuid(data[pos : pos+16])
pos += 16
isTag := false
Expand Down

0 comments on commit ea2270a

Please sign in to comment.