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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user