• Erik Sundell's avatar
    toYaml - Fixes #3470 - trailing \n issue · 6cdf6cee
    Erik Sundell authored
    `toYaml` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output.
    6cdf6cee
Name
Last commit
Last update
..
doc.go Loading commit data...
parser.go Loading commit data...
parser_test.go Loading commit data...