Skip to content

Commit

Permalink
fix(std/http): Format & Linting cookie.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
getspooky committed Aug 26, 2020
1 parent 979a13b commit 27b17a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions std/http/cookie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ function toString(cookie: Cookie): string {
return out.join("; ");
}


/**
* Validate Cookie property.
* @param key Name of the cookie.
Expand All @@ -99,7 +98,6 @@ function validateCookieProperty(
}
}


/**
* Parse the cookies of the Server Request
* @param req An object which has a `headers` property
Expand Down

0 comments on commit 27b17a8

Please sign in to comment.