Skip to content

Commit

Permalink
Format .jl files (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 23, 2020
1 parent 433b07a commit d7d7fe4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/ast_tools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ function capturing_analysis(expr, out, is_literal)
Expr(_, args...) => foreach(x -> capturing_analysis(x, out, false), args)
# ref pattern
Expr(:&, _) ||
# predicate
Expr(:function, _...) ||
Expr(:if, _...) ||
x => nothing
# predicate
Expr(:function, _...) ||
Expr(:if, _...) ||
x => nothing
end
end

Expand Down

0 comments on commit d7d7fe4

Please sign in to comment.