From 2b420cdf4d4b0788348b240c0676a8214465cadb Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 11 May 2021 14:01:57 +0300 Subject: [PATCH] ci: vfmt new vlib/vweb/vweb_app_test.v --- vlib/vweb/vweb_app_test.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/vweb/vweb_app_test.v b/vlib/vweb/vweb_app_test.v index 0ebfa6ed80..492bdf41f8 100644 --- a/vlib/vweb/vweb_app_test.v +++ b/vlib/vweb/vweb_app_test.v @@ -18,7 +18,7 @@ struct Article { } fn test_a_vweb_application_compiles() { - go fn() { + go fn () { time.sleep(2 * time.second) exit(0) }()