mirror of
https://github.com/bitwarden/server
synced 2026-01-06 10:34:01 +00:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
namespace Bit.Icons
|
||||
namespace Bit.Icons;
|
||||
|
||||
public class IconsSettings
|
||||
{
|
||||
public class IconsSettings
|
||||
{
|
||||
public virtual bool CacheEnabled { get; set; }
|
||||
public virtual int CacheHours { get; set; }
|
||||
public virtual long? CacheSizeLimit { get; set; }
|
||||
}
|
||||
public virtual bool CacheEnabled { get; set; }
|
||||
public virtual int CacheHours { get; set; }
|
||||
public virtual long? CacheSizeLimit { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user