Skip to content

Commit 346c1e3

Browse files
author
Greg Bielleman
committed
Cleanup - Fixed Namespace
1 parent 8037824 commit 346c1e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ServiceControl/CustomChecks/CustomCheckNotifications.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
namespace ServiceControl.MessageFailures
1+
namespace ServiceControl.CustomChecks
22
{
33
using System;
44
using System.Linq;
55
using NServiceBus;
66
using Raven.Abstractions.Data;
77
using Raven.Client;
8-
using ServiceControl.CustomChecks;
98
using INeedInitialization = NServiceBus.INeedInitialization;
109

1110
public class CustomCheckNotifications : INeedInitialization, IWantToRunWhenBusStartsAndStops, IObserver<IndexChangeNotification>

0 commit comments

Comments
 (0)