vweb: remove an unnecessary empty newline at the start

pull/5370/head
Alexander Medvednikov 2020-06-13 16:59:03 +02:00
parent f2a75d5223
commit 6ce7bb4581
1 changed files with 1 additions and 1 deletions

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 {