mirror of
https://github.com/bitwarden/server
synced 2026-01-06 18:43:36 +00:00
Run formatting (#2230)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace Bit.Core.Services
|
||||
namespace Bit.Core.Services;
|
||||
|
||||
public interface IBlockIpService
|
||||
{
|
||||
public interface IBlockIpService
|
||||
{
|
||||
Task BlockIpAsync(string ipAddress, bool permanentBlock);
|
||||
}
|
||||
Task BlockIpAsync(string ipAddress, bool permanentBlock);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user