diff --git a/ast/pos.go b/ast/pos.go index 7195254e..42c3571b 100644 --- a/ast/pos.go +++ b/ast/pos.go @@ -786,7 +786,7 @@ func (c *ChangeStreamForTable) End() token.Pos { return c.TableName.End() } - return c.Rparen + token.Pos(len(")")) + return c.Rparen + 1 } // ================================================================================