Skip to content

Commit 489b37f

Browse files
author
Kapil Borle
committed
Add access qualifier to UseSupportsShouldProcess class
1 parent ce07993 commit 489b37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/UseSupportsShouldProcess.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
2828
#if !CORECLR
2929
[Export(typeof(IScriptRule))]
3030
#endif
31-
class UseSupportsShouldProcess : IScriptRule
31+
public class UseSupportsShouldProcess : IScriptRule
3232
{
3333
private const char whitespace = ' ';
3434
private const int indentationSize = 4;

0 commit comments

Comments
 (0)