Skip to content

Commit 61b5495

Browse files
committed
wip
1 parent 0c468e1 commit 61b5495

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/builder.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ impl<'c> CookieBuilder<'c> {
6262
where N: Into<Cow<'c, str>>,
6363
V: Into<Cow<'c, str>>
6464
{
65-
CookieBuilder { cookie: Cookie::new(name, value) }
66-
65+
CookieBuilder { cookie: Cookie::new(name, value) }
6766
}
68-
67+
6968
/// Sets the `value` field in the cookie being built.
7069
///
7170
/// # Example

0 commit comments

Comments
 (0)