mirror of
https://github.com/bitwarden/server.git
synced 2026-02-15 05:13:30 +08:00
Run formatting (#2230)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using System.Data;
|
||||
using Bit.Core.Entities;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
namespace Bit.Core.Models.Data;
|
||||
|
||||
public class GroupWithCollections : Group
|
||||
{
|
||||
public class GroupWithCollections : Group
|
||||
{
|
||||
public DataTable Collections { get; set; }
|
||||
}
|
||||
public DataTable Collections { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user