Skip to content

Commit e60bfd6

Browse files
committed
Suppress namespace change
1 parent 2bcf523 commit e60bfd6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/System Application/App/Agent/Troubleshooting/AgentTaskContextPart.Page.al

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
// Licensed under the MIT License. See License.txt in the project root for license information.
44
// ------------------------------------------------------------------------------------------------
55

6+
#pragma warning disable AS0007 // Aligning namespaces.
67
namespace System.Agents.Troubleshooting;
8+
#pragma warning restore AS0007
79

810
using System.Agents;
911
using System.Agents.TaskPane;

0 commit comments

Comments
 (0)