~~ typeLiteral.spaceSurroundingProperties: false ~~
== should format ==
let value: { key: Type };

[expect]
let value: {key: Type};
