Skip to content

Commit 16c376a

Browse files
authored
Fix missing the right parenthesis in sample code (#75)
1 parent 666418f commit 16c376a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if err != nil {
5555

5656
// Call the String method to unparsed AST into a SQL string
5757
for _, stmt := range statements {
58-
fmt.Println(stmt.String(0 /* number of tab spaces*/)
58+
fmt.Println(stmt.String(0 /* number of tab spaces*/))
5959
}
6060
```
6161
## Update test assets

0 commit comments

Comments
 (0)