mirror of
https://github.com/bitwarden/server.git
synced 2026-02-08 01:43:15 +08:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
namespace Bit.Core.Exceptions
|
||||
{
|
||||
public class NotFoundException : Exception { }
|
||||
}
|
||||
namespace Bit.Core.Exceptions;
|
||||
|
||||
public class NotFoundException : Exception { }
|
||||
|
||||
Reference in New Issue
Block a user