Skip to content
Snippets Groups Projects
Commit 451d936e authored by Danis Kirasirov's avatar Danis Kirasirov
Browse files

fix lint

parent 9d31d875
No related branches found
No related tags found
No related merge requests found
...@@ -323,7 +323,7 @@ func (c *compiler) BinaryNode(node *ast.BinaryNode) interface{} { ...@@ -323,7 +323,7 @@ func (c *compiler) BinaryNode(node *ast.BinaryNode) interface{} {
} }
func (c *compiler) ChainNode(node *ast.ChainNode) string { func (c *compiler) ChainNode(node *ast.ChainNode) string {
panic(fmt.Sprintf("unsupported chain node")) panic("unsupported chain node")
} }
func (c *compiler) MemberNode(node *ast.MemberNode) string { func (c *compiler) MemberNode(node *ast.MemberNode) string {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment