davidvarga/MBeautifier

Unary plus/minus after anonymous function

mkr3mer opened this issue · 0 comments

Formatting for "f = @(x) - x" should be "f = @(x) -x" since the minus is unary.