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

fmt: keep single empty lines (#8189)

This commit is contained in:
Tim Basel
2021-01-19 14:49:40 +01:00
committed by GitHub
parent 103901a5cb
commit 129eee346b
20 changed files with 197 additions and 35 deletions

View File

@@ -1210,6 +1210,7 @@ pub fn (expr Expr) position() token.Position {
line_nr: expr.pos.line_nr
pos: left_pos.pos
len: right_pos.pos - left_pos.pos + right_pos.len
last_line: right_pos.last_line
}
}
CTempVar {