Versions
Erlang/OTP 26 [erts-14.0.2] [source] [64-bit] [smp:32:32] [ds:32:32:10] [async-threads:1] [jit:ns]
Elixir 1.15.5 (compiled with Erlang/OTP 26)
locked at 0.9.2 (styler) c3f63885
Example Input
unless true do
1
else
2
end
Stacktrace / Current Behaviour
It changes the unless to if but does not flip the bodies. Thus, changing behavior.
It converts the above code block to
it should be