Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Aug 2, 2024
1 parent 4454c90 commit 95c4f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aderyn_core/src/ast/ast_nodes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ ast_node!(
ast_node!(
#[derive(Hash)]
struct Return {
function_return_parameters: NodeID,
function_return_parameters: Option<NodeID>,
expression: Option<Expression>,
}
);
Expand Down

0 comments on commit 95c4f12

Please sign in to comment.