mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
[Telemetry] fix analyzer warnings (#16545)
This commit is contained in:
committed by
GitHub
parent
efd14d8611
commit
4e662f61c3
@@ -17,10 +17,10 @@ namespace Microsoft.PowerToys.Telemetry
|
||||
None = 0,
|
||||
|
||||
/// <nodoc/>
|
||||
ProductAndServicePerformance = 0x0u,
|
||||
ProductAndServicePerformance = 1,
|
||||
|
||||
/// <nodoc/>
|
||||
ProductAndServiceUsage = 0x0u,
|
||||
ProductAndServiceUsage = 2,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user