parser: fix formatting

pull/6637/head
Delyan Angelov 2020-10-16 17:47:23 +03:00
parent 140166e1cd
commit 8d88b73512
1 changed files with 1 additions and 1 deletions

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