Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite committed Nov 19, 2024
1 parent 43adf8a commit 39e7a6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

using System.Diagnostics;
using PSRule.Definitions.Expressions;
using PSRule.Resources;
using PSRule.Runtime;
using System.Diagnostics;

namespace PSRule.Definitions.SuppressionGroups;

Expand Down
1 change: 0 additions & 1 deletion src/PSRule/Pipeline/ResourceCacheDiscoveryContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT License.

using PSRule.Definitions;
using PSRule.Options;
using PSRule.Resources;
using PSRule.Runtime;

Expand Down

0 comments on commit 39e7a6d

Please sign in to comment.