Closed durin42 closed 5 years ago
The input
let foo = {bar= "baz"}; out yaml foo;
comes out of ucg fmt as:
ucg fmt
let foo = { bar = "baz", }; out yaml foo;
with two newlines at EOF. I feel like it should have only one.
The input
comes out of
ucg fmt
as:with two newlines at EOF. I feel like it should have only one.