Skip to content

Commit 93da37d

Browse files
committed
Do not export NameSet
1 parent 8dddd27 commit 93da37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/view/compare-performance/RAPrettyPrinter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* A set of names, for generating unambiguous abbreviations.
33
*/
4-
export class NameSet {
4+
class NameSet {
55
private readonly abbreviations = new Map<string, string>();
66

77
constructor(readonly names: string[]) {

0 commit comments

Comments
 (0)