From 27edecef52617bb9da01dc6981bf7dcc715a9e78 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Mon, 23 Dec 2024 13:29:05 -0500 Subject: [PATCH] Last comment nit (send halp) Signed-off-by: Matt Lord --- go/mysql/binlog/binlog_json.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/mysql/binlog/binlog_json.go b/go/mysql/binlog/binlog_json.go index 688e51d9aa0..51b4fef0ef8 100644 --- a/go/mysql/binlog/binlog_json.go +++ b/go/mysql/binlog/binlog_json.go @@ -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 }