Commit 6a14f70
committed
Add IndexDefinition switch case to Node() in explain.go
The Index() helper function was already defined but wasn't being called
from the Node() switch statement. This adds the missing case for
*ast.IndexDefinition to properly output Index AST nodes.1 parent 5d2f760 commit 6a14f70
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
| |||
0 commit comments