Skip to content

Commit

Permalink
Remove #pragma directive
Browse files Browse the repository at this point in the history
  • Loading branch information
supereddie committed Dec 3, 2024
1 parent 3b6ec12 commit 8487b3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Common/WindowsAzure/IServiceBusQueue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
using System.Collections.Generic;
using System.Threading.Tasks;

#pragma warning disable IDE0130 // Namespace does not match folder structure
namespace ServiceBusExplorer.WindowsAzure
#pragma warning restore IDE0130 // Namespace does not match folder structure
{
public interface IServiceBusQueue
{
Expand Down

0 comments on commit 8487b3c

Please sign in to comment.