Skip to content

Commit 1cea7b0

Browse files
committed
ci: vfmt vlib/net/http/request.v
1 parent 387b2db commit 1cea7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vlib/net/http/request.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub mut:
3333
cert string
3434
cert_key string
3535
in_memory_verification bool // if true, verify, cert, and cert_key are read from memory, not from a file
36-
allow_redirect bool = true //whether to allow redirect
36+
allow_redirect bool = true // whether to allow redirect
3737
}
3838

3939
fn (mut req Request) free() {

0 commit comments

Comments
 (0)