From 7212b2eff2716a22be1df6e77853b3e23b53b068 Mon Sep 17 00:00:00 2001 From: joe-conigliaro Date: Sun, 6 Dec 2020 02:39:56 +1100 Subject: [PATCH] parser: vfmt parser.v which was modified in previous commit --- 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 d33f41672e..7d6a1dd925 100644 --- a/vlib/v/parser/parser.v +++ b/vlib/v/parser/parser.v @@ -60,7 +60,7 @@ mut: vet_errors []string cur_fn_name string in_generic_params bool // indicates if parsing between `<` and `>` of a method/function - branch_parent_pos int // used in BranchStmt (continue/break) autofree stop position + branch_parent_pos int // used in BranchStmt (continue/break) autofree stop position } // for tests