ci: vfmt vlib/net/http/request.v

pull/13263/head
Delyan Angelov 2022-01-24 14:33:12 +02:00
parent 387b2db658
commit 1cea7b0c73
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -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() {