-
-
Couldn't load subscription status.
- Fork 62
Open
Description
Description
Originally requested by @mightyiam in #297
Should we ensure that empty attrsets are always formatted the same way?
Small example input
{
a = {
};
b = {
};
c = {
};
}Expected output
{
a = { };
b = { };
c = { };
}Actual output
{
a = {
};
b = {
};
c = {
};
}mightyiam
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo