From 277ffee01fdcf7fbb235ecfb40798bc3fd2fc128 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Mon, 23 Jan 2023 16:15:29 +0100 Subject: [PATCH] fix indentation (#171995) --- src/vscode-dts/vscode.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vscode-dts/vscode.d.ts b/src/vscode-dts/vscode.d.ts index f04727ef2d0..d03267c1aa1 100644 --- a/src/vscode-dts/vscode.d.ts +++ b/src/vscode-dts/vscode.d.ts @@ -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 { readonly value: T;