From 8d88b735123a817b09eba32a37b3b7bea232743d Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 16 Oct 2020 17:47:23 +0300 Subject: [PATCH] parser: fix formatting --- vlib/v/parser/parser.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/v/parser/parser.v b/vlib/v/parser/parser.v index 2496b03b81..645c65a3a6 100644 --- a/vlib/v/parser/parser.v +++ b/vlib/v/parser/parser.v @@ -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