### Description Found by @Atemu. Needs to be bisected, but I strongly suspect that this is a regression of #224 ### Small example input ```nix { foo = { }; } ``` ### Expected output no change, or ```nix { foo = { }; } ``` ### Actual output ```nix { foo = { }; } ```