Skip to content

Weird line break in empty attrsets #265

@piegamesde

Description

@piegamesde

Description

Found by @Atemu. Needs to be bisected, but I strongly suspect that this is a regression of #224

Small example input

{
  foo = {
  };
}

Expected output

no change, or

{
  foo = { };
}

Actual output

{
  foo =
    {
    };
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions