Skip to content

Commit c20bbd9

Browse files
committed
Fix formatting.
This is simultaneously compatible with eslint and tsfmt.
1 parent 6080a0d commit c20bbd9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

extensions/ql-vscode/src/interface.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,7 @@ export class InterfaceManager extends DisposableObject {
349349
const showButton = "View Results";
350350
const queryName = results.queryName;
351351
const resultPromise = vscode.window.showInformationMessage(
352-
`Finished running query ${
353-
queryName.length > 0 ? ` “${queryName}”` : ""
354-
}.`,
352+
`Finished running query ${queryName.length > 0 ? ` "${queryName}"` : ""}.`,
355353
showButton
356354
);
357355
// Address this click asynchronously so we still update the

0 commit comments

Comments
 (0)