mirror of
https://github.com/bitwarden/server
synced 2025-12-10 05:13:48 +00:00
Run formatting (#2230)
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
using Microsoft.Extensions.Options;
|
||||
|
||||
namespace Bit.Sso.Utilities
|
||||
namespace Bit.Sso.Utilities;
|
||||
|
||||
public interface IExtendedOptionsMonitorCache<TOptions> : IOptionsMonitorCache<TOptions> where TOptions : class
|
||||
{
|
||||
public interface IExtendedOptionsMonitorCache<TOptions> : IOptionsMonitorCache<TOptions> where TOptions : class
|
||||
{
|
||||
void AddOrUpdate(string name, TOptions options);
|
||||
}
|
||||
void AddOrUpdate(string name, TOptions options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user