chiark / gitweb /
Fix test failure introduced by format_date.
authorSimon Tatham <anakin@pobox.com>
Mon, 1 Jan 2024 15:57:11 +0000 (15:57 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 1 Jan 2024 15:57:11 +0000 (15:57 +0000)
commit7cefe1dfa8736865d9be2e3f177340bcf0d696e9
tree42934dd9efccf463eca95cedb8c852883a59fcb9
parent34ce659b208f40847341aeb9e85ce76d6f0a4db9
Fix test failure introduced by format_date.

I didn't read carefully enough the code I was replacing with a
function call. It had an extra space at the end of the date format
string.
src/text.rs