forked from vieter-v/vieter
Ran vfmt
This commit is contained in:
parent
148ec3ab47
commit
3a6effad80
3 changed files with 12 additions and 11 deletions
|
|
@ -138,8 +138,8 @@ pub const (
|
|||
// It has fields for the query, form, files.
|
||||
pub struct Context {
|
||||
mut:
|
||||
content_type string = 'text/plain'
|
||||
status http.Status = http.Status.ok
|
||||
content_type string = 'text/plain'
|
||||
status http.Status = http.Status.ok
|
||||
pub:
|
||||
// HTTP Request
|
||||
req http.Request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue