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

parser: fix formatting

This commit is contained in:
Delyan Angelov 2020-10-16 17:47:23 +03:00
parent 140166e1cd
commit 8d88b73512

View File

@ -1347,7 +1347,7 @@ fn (mut p Parser) string_expr() ast.Expr {
mut fwidth := 0
mut fwidthneg := false
// 987698 is a magic default value, unlikely to be present in user input. NB: 0 is valid precision
mut precision := 987698
mut precision := 987698
mut visible_plus := false
mut fill := false
mut fmt := `_` // placeholder