Skip to content

Commit ced0747

Browse files
committed
chore(shared): lint
1 parent 98415a3 commit ced0747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/document-loader/calmhub-custom-document-loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { SchemaDirectory } from '../schema-directory';
33
import { CalmDocumentType, DocumentLoader, CALM_HUB_PROTO } from './document-loader';
44
import { initLogger, Logger } from '../logger';
55
import path from 'path';
6-
import {CALM_AUTH_PLUGIN_DIRECTORY} from "../consts";
6+
import { CALM_AUTH_PLUGIN_DIRECTORY } from "../consts";
77

88
export class CalmHubCustomDocumentLoader implements DocumentLoader {
99
private readonly logger: Logger;

0 commit comments

Comments
 (0)