mirror of
https://github.com/bitwarden/server
synced 2025-12-31 15:43:16 +00:00
Run formatting (#2230)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
namespace Bit.Core.Entities
|
||||
namespace Bit.Core.Entities;
|
||||
|
||||
public interface ITableObject<T> where T : IEquatable<T>
|
||||
{
|
||||
public interface ITableObject<T> where T : IEquatable<T>
|
||||
{
|
||||
T Id { get; set; }
|
||||
void SetNewId();
|
||||
}
|
||||
T Id { get; set; }
|
||||
void SetNewId();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user