Skip to content

regression: comment moved in map |> join => map_join #176

@novaugust

Description

@novaugust

Versions

  • Elixir: use elixir --version
  • Styler: use mix deps | grep locked | grep styler

Example Input

          snip
          |> Enum.map(fn reply ->
            reply_owner_name = snip
            # a comment
            snip
          end)
          |> Enum.join()

moved comment to after the rewrite

Stacktrace / Current Behaviour

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions