Skip to content

Commit e37b7cf

Browse files
committed
Remove unnecessary pragma warning disable
1 parent db719e6 commit e37b7cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Cli/dotnet/commands/dotnet-workload/InstallStateContents.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
using System.Text.Json;
55
using System.Text.Json.Serialization;
66

7-
#pragma warning disable CS8632
8-
97
namespace Microsoft.DotNet.Workloads.Workload
108
{
119
internal class InstallStateContents
@@ -42,5 +40,3 @@ public override string ToString()
4240
}
4341
}
4442
}
45-
46-
#pragma warning restore CS8632

0 commit comments

Comments
 (0)