Skip to content

Commit beeb19d

Browse files
author
Dave Bartolomeo
committed
Fix typo
1 parent de88d27 commit beeb19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/log-insights/join-order.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function makeKey(
2626
'queryCausingWork was not defined on an event we expected it to be defined for!'
2727
);
2828
}
29-
return `${queryCausingWork}:${predicate}${suffix ? ' ' + suffix : ''};
29+
return `${queryCausingWork}:${predicate}${suffix ? ' ' + suffix : ''}`;
3030
}
3131

3232
function getDependentPredicates(operations: string[]): I.List<string> {

0 commit comments

Comments
 (0)