Skip to content

Commit 06128c1

Browse files
committed
lint fix
1 parent 7cf2905 commit 06128c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/src/compiler/JoinGraph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export type JoinHint = string | string[];
3131

3232
export type JoinHints = JoinHint[];
3333

34-
export class JoinGraph implements CompilerInterface{
34+
export class JoinGraph implements CompilerInterface {
3535
private readonly cubeValidator: CubeValidator;
3636

3737
private readonly cubeEvaluator: CubeEvaluator;

0 commit comments

Comments
 (0)