Skip to content

Commit

Permalink
(maint) Remove unused pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
corbob committed Apr 3, 2024
1 parent 50caacc commit 28155f8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public class ChocolateyService : IChocolateyService
private GetChocolatey _choco;
private string _localAppDataPath = string.Empty;
private const string ErrorRegex = "^\\s*(ERROR|FATAL|WARN)";
#pragma warning disable SA1401 // Fields must be private
#pragma warning restore SA1401 // Fields must be private

public ChocolateyService(IMapper mapper, IProgressService progressService, IChocolateyConfigSettingsService configSettingsService, IXmlService xmlService, IFileSystem fileSystem, IConfigService configService)
{
Expand Down

0 comments on commit 28155f8

Please sign in to comment.