Skip to content

Commit

Permalink
Last comment nit (send halp)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Dec 23, 2024
1 parent 77cb55e commit 27edece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/mysql/binlog/binlog_json.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func ParseBinaryJSONDiff(data []byte) (sqltypes.Value, error) {
diff.Write(path)
diff.WriteByte('\'')
if opType == jsonDiffOpRemove { // No value for remove
diff.WriteByte(')')
diff.WriteByte(')') // Close the JSON function
continue
}

Expand Down

0 comments on commit 27edece

Please sign in to comment.