The Display impl for minimal_yaml::Yaml currently renders a map `k: v` as: ```yaml {"k" : "v" } ``` The block style would be more idiomatic for emitting maps. ```yaml k: v ```