mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-19 06:39:55 +01:00
fix indentation (#171995)
This commit is contained in:
Vendored
+3
-3
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user