mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02: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,
|
None = 0,
|
||||||
|
|
||||||
/// <nodoc/>
|
/// <nodoc/>
|
||||||
ProductAndServicePerformance = 0x0u,
|
ProductAndServicePerformance = 1,
|
||||||
|
|
||||||
/// <nodoc/>
|
/// <nodoc/>
|
||||||
ProductAndServiceUsage = 0x0u,
|
ProductAndServiceUsage = 2,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user