You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Styler fails to get the line ending for a function header without parameters.
In my code I'm using using this function header because the behavior callback implementation will be added on @before_compile, and to avoid a compilation warning I have to add this function header.
Versions
Elixir: Elixir 1.16.2 (compiled with Erlang/OTP 26)
Styler fails to get the line ending for a function header without parameters.
In my code I'm using using this function header because the behavior callback implementation will be added on
@before_compile
, and to avoid a compilation warning I have to add this function header.Versions
Example Input
Stacktrace / Current Behaviour
The text was updated successfully, but these errors were encountered: