Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nyobe committed Feb 19, 2025
1 parent aa3828c commit 94b20cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ast/expr.go
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,6 @@ func tryParseFunction(node *syntax.ObjectNode) (Expr, syntax.Diagnostics, bool)
}
}
return nil, diags, false
return nil, nil, false
}

kvp := node.Index(0)
Expand Down

0 comments on commit 94b20cf

Please sign in to comment.