Skip to content

Commit

Permalink
Move ProcLiteral in node list
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywasishere committed Dec 28, 2024
1 parent 47468c6 commit 2f2c3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ameba/ast/visitors/node_visitor.cr
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ module Ameba::AST
ModuleDef,
MultiAssign,
NilLiteral,
ProcLiteral,
StringInterpolation,
Unless,
Until,
Var,
When,
While,
ProcLiteral,
}

@skip : Array(Crystal::ASTNode.class)?
Expand Down

0 comments on commit 2f2c3a1

Please sign in to comment.