mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
fmt: prevent possible trailing whitespace in wrapped infixes (#9573)
This commit is contained in:
parent
646d46b4dc
commit
0eb59cf2bd
9 changed files with 27 additions and 8 deletions
|
@ -54,7 +54,7 @@ fn main() {
|
|||
date := time.unix(commit_date.int())
|
||||
mut out := os.create('table.html') ?
|
||||
// Place the new row on top
|
||||
table =
|
||||
table =
|
||||
'<tr>
|
||||
<td>$date.format()</td>
|
||||
<td><a target=_blank href="https://github.com/vlang/v/commit/$commit">$commit</a></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue