We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666418f commit 16c376aCopy full SHA for 16c376a
README.md
@@ -55,7 +55,7 @@ if err != nil {
55
56
// Call the String method to unparsed AST into a SQL string
57
for _, stmt := range statements {
58
- fmt.Println(stmt.String(0 /* number of tab spaces*/)
+ fmt.Println(stmt.String(0 /* number of tab spaces*/))
59
}
60
```
61
## Update test assets
0 commit comments