We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf2905 commit 06128c1Copy full SHA for 06128c1
packages/cubejs-schema-compiler/src/compiler/JoinGraph.ts
@@ -31,7 +31,7 @@ export type JoinHint = string | string[];
31
32
export type JoinHints = JoinHint[];
33
34
-export class JoinGraph implements CompilerInterface{
+export class JoinGraph implements CompilerInterface {
35
private readonly cubeValidator: CubeValidator;
36
37
private readonly cubeEvaluator: CubeEvaluator;
0 commit comments