This is related to #404, consider the following code ```julia @match node begin if is_leaf(node) end => nothing end ``` currently this will format it into ```julia @match node begin if is_leaf(node) end => nothing end ``` I'm wondering if we can special case this?
This is related to #404, consider the following code
currently this will format it into
I'm wondering if we can special case this?