Refactor: Add empty line before doc string

This commit is contained in:
winkidney 2019-01-02 13:35:18 +08:00
parent 2d2917b61f
commit 20b45b45b4
1 changed files with 1 additions and 0 deletions

View File

@ -507,6 +507,7 @@ impl TestRequest<()> {
{
TestRequest::default().header(key, value)
}
/// Create TestRequest and set request cookie
pub fn with_cookie(cookie: Cookie<'static>) -> TestRequest<()> {
TestRequest::default().cookie(cookie)