mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
a223b36c25
I was seeing an extra newline when some errors were printed, like: $ gio foo please specify target $ The source of the little bug was a trailing newline in the error messages. Printing the messages already adds a newline. Signed-off-by: Daniel Martí <mvdan@mvdan.cc>