Skip to content

Commit

Permalink
Fix missing the right parenthesis in sample code (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
laojianzi authored Jul 15, 2024
1 parent 666418f commit 16c376a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if err != nil {

// Call the String method to unparsed AST into a SQL string
for _, stmt := range statements {
fmt.Println(stmt.String(0 /* number of tab spaces*/)
fmt.Println(stmt.String(0 /* number of tab spaces*/))
}
```
## Update test assets
Expand Down

0 comments on commit 16c376a

Please sign in to comment.