Skip to content

Commit

Permalink
Update ast/pos.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroya Fujinami <[email protected]>
  • Loading branch information
nktks and makenowjust authored Sep 18, 2023
1 parent 15d2d48 commit 32773a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ast/pos.go
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ func (c *ChangeStreamForTable) End() token.Pos {
return c.TableName.End()
}

return c.Rparen + token.Pos(len(")"))
return c.Rparen + 1
}

// ================================================================================
Expand Down

0 comments on commit 32773a2

Please sign in to comment.