mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03: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