Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed May 17, 2024
1 parent 755afe9 commit d2edb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ast/visitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,4 @@ func (self *traverser) decodeString(iv int64, ep int) error {

// If visitor return this error on `OnObjectBegin()` or `OnArrayBegin()`,
// the transverer will skip entiry object or array
var VisitOPSkip = errors.New("")
var VisitOPSkip = errors.New("")

0 comments on commit d2edb31

Please sign in to comment.