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:
parent
f2a75d5223
commit
6ce7bb4581
@ -50,7 +50,7 @@ header := \' \' // TODO remove
|
|||||||
_ = header
|
_ = header
|
||||||
|
|
||||||
")
|
")
|
||||||
s.writeln(str_start)
|
s.write(str_start)
|
||||||
mut state := State.html
|
mut state := State.html
|
||||||
mut in_span := false
|
mut in_span := false
|
||||||
//for _line in lines {
|
//for _line in lines {
|
||||||
|
Loading…
Reference in New Issue
Block a user