mirror of
https://github.com/bitwarden/server
synced 2026-01-17 16:03:49 +00:00
fmt
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Bit.Core.Services;
|
||||
namespace Bit.Core.Services;
|
||||
|
||||
public class NeverPlayIdServices : IPlayIdService
|
||||
{
|
||||
@@ -13,4 +13,4 @@ public class NeverPlayIdServices : IPlayIdService
|
||||
playId = string.Empty;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
|
||||
@@ -45,4 +45,4 @@ public class PlayIdSingletonService(IHttpContextAccessor httpContextAccessor, IH
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user