mirror of https://github.com/fafhrd91/actix-web
Refactor: Add empty line before doc string
This commit is contained in:
parent
2d2917b61f
commit
20b45b45b4
|
@ -507,6 +507,7 @@ impl TestRequest<()> {
|
||||||
{
|
{
|
||||||
TestRequest::default().header(key, value)
|
TestRequest::default().header(key, value)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Create TestRequest and set request cookie
|
/// Create TestRequest and set request cookie
|
||||||
pub fn with_cookie(cookie: Cookie<'static>) -> TestRequest<()> {
|
pub fn with_cookie(cookie: Cookie<'static>) -> TestRequest<()> {
|
||||||
TestRequest::default().cookie(cookie)
|
TestRequest::default().cookie(cookie)
|
||||||
|
|
Loading…
Reference in New Issue