From 1cea7b0c73f9be668d0fdbe8a3ede76d3254e33a Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 24 Jan 2022 14:33:12 +0200 Subject: [PATCH] ci: vfmt vlib/net/http/request.v --- vlib/net/http/request.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/net/http/request.v b/vlib/net/http/request.v index a1f0c66615..63f03fac6d 100644 --- a/vlib/net/http/request.v +++ b/vlib/net/http/request.v @@ -33,7 +33,7 @@ pub mut: cert string cert_key string in_memory_verification bool // if true, verify, cert, and cert_key are read from memory, not from a file - allow_redirect bool = true //whether to allow redirect + allow_redirect bool = true // whether to allow redirect } fn (mut req Request) free() {