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 6e8af38 commit a69214aCopy full SHA for a69214a
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