Skip to content

Commit 57799e8

Browse files
committed
Fix lint
1 parent e535d5c commit 57799e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/extension.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3907,7 +3907,9 @@ export async function activate(context: vscode.ExtensionContext) {
39073907
];
39083908

39093909
await showInfoNotificationWithMultipleActions(
3910-
vscode.l10n.t(`Possible hints found for build errors. Click to view details.`),
3910+
vscode.l10n.t(
3911+
`Possible hints found for build errors. Click to view details.`
3912+
),
39113913
actions
39123914
);
39133915
}

0 commit comments

Comments
 (0)