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 b290d4f commit de7eb74
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 de7eb74

Please sign in to comment.