Closed stefanv closed 1 year ago
Yeah. I think this was the result of me trying to implement the formatter as a line wise generator. Looking back that was probably overengineering on my part that just makes the code more complicated and leads to things such as this being harder / forgotten.
Should be
','.join(authors)
.May be better to format as a list instead?