Skip to content

Commit ead918f

Browse files
Remove redundant qualifiers
1 parent 2cbdb55 commit ead918f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceControl.Audit.Persistence.RavenDB/DatabaseSetup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
using Raven.Client.ServerWide;
1313
using Raven.Client.ServerWide.Operations;
1414
using Raven.Client.ServerWide.Operations.Configuration;
15-
using ServiceControl.Audit.Persistence.RavenDB.Indexes;
16-
using ServiceControl.SagaAudit;
15+
using Indexes;
16+
using SagaAudit;
1717

1818
class DatabaseSetup(DatabaseConfiguration configuration)
1919
{

0 commit comments

Comments
 (0)