mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
Closing braces should be followed by an empty line
This commit is contained in:
@@ -151,6 +151,7 @@ namespace Jellyfin.Server.SocketSharp
|
||||
{
|
||||
sb.Append(";Secure");
|
||||
}
|
||||
|
||||
if (cookie.HttpOnly)
|
||||
{
|
||||
sb.Append(";HttpOnly");
|
||||
|
||||
Reference in New Issue
Block a user