Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sibkod committed Oct 27, 2023
1 parent 4305328 commit 239291f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/net/http/http_proxy.v
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub fn new_http_proxy(raw_url string) !&HttpProxy {
}
}
if port == 0 {
return error("Unknown port")
return error('Unknown port')
}

return &HttpProxy{
Expand Down

0 comments on commit 239291f

Please sign in to comment.