mirror of
https://github.com/bitwarden/server
synced 2025-12-14 15:23:42 +00:00
Run dotnet format (#1764)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Microsoft.Extensions.Options;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using Microsoft.Extensions.Options;
|
||||
|
||||
namespace Bit.Sso.Utilities
|
||||
{
|
||||
@@ -35,4 +35,4 @@ namespace Bit.Sso.Utilities
|
||||
return _cache.TryRemove(name ?? Options.DefaultName, out _);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user