fix indentation (#171995)

This commit is contained in:
Johannes Rieken 2023-01-23 16:15:29 +01:00 committed by GitHub
parent c88c85c84b
commit 277ffee01f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16683,9 +16683,9 @@ declare module 'vscode' {
}
/**
* A special value wrapper denoting a value that is safe to not clean.
* This is to be used when you can guarantee no identifiable information is contained in the value and the cleaning is improperly redacting it.
*/
* A special value wrapper denoting a value that is safe to not clean.
* This is to be used when you can guarantee no identifiable information is contained in the value and the cleaning is improperly redacting it.
*/
export class TelemetryTrustedValue<T = any> {
readonly value: T;