From d7ff342ab3044c4bcdfced81c9bd1739271368c7 Mon Sep 17 00:00:00 2001 From: joe-conigliaro Date: Fri, 11 Dec 2020 21:13:18 +1100 Subject: [PATCH] fmt: fix formatting in anon_fn_as_param_keep.vv --- vlib/v/fmt/tests/anon_fn_as_param_keep.vv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/v/fmt/tests/anon_fn_as_param_keep.vv b/vlib/v/fmt/tests/anon_fn_as_param_keep.vv index 0bd5e27b13..4d4bbb0462 100644 --- a/vlib/v/fmt/tests/anon_fn_as_param_keep.vv +++ b/vlib/v/fmt/tests/anon_fn_as_param_keep.vv @@ -1,4 +1,4 @@ -struct Row{ +struct Row { id int }