git.delta.rocks / jrsonnet / refs/commits / 4fe0b2f8cad3

difftreelog

fix spacing in array toString

Yaroslav Bolyukin2024-06-18parent: #78734bc.patch.diff
in: master

1 file changed

modifiedcrates/jrsonnet-evaluator/src/manifest.rsdiffbeforeafterboth
237 buf.push_str(options.newline);237 buf.push_str(options.newline);
238 buf.push_str(cur_padding);238 buf.push_str(cur_padding);
239 }239 }
240 ToString => buf.push(' '),240 ToString if i != 0 => buf.push(' '),
241 Minify => {}241 Minify | ToString => {}
242 };242 };
243243
244 State::push_description(244 State::push_description(