1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vweb: remove an unnecessary empty newline at the start

This commit is contained in:
Alexander Medvednikov 2020-06-13 16:59:03 +02:00
parent f2a75d5223
commit 6ce7bb4581

View File

@ -50,7 +50,7 @@ header := \' \' // TODO remove
_ = header
")
s.writeln(str_start)
s.write(str_start)
mut state := State.html
mut in_span := false
//for _line in lines {