Skip to content

Commit 22e4c76

Browse files
committed
style: format indexer import
1 parent 9a5552a commit 22e4c76

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/core/indexer.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ import {
2121
} from '../types/index.js';
2222
import { analyzerRegistry } from './analyzer-registry.js';
2323
import type { AnalyzerSelectionOptions } from './analyzer-registry.js';
24-
import {
25-
getSupportedExtensions,
26-
isBinaryFile,
27-
isCodeFile
28-
} from '../utils/language-detection.js';
24+
import { getSupportedExtensions, isBinaryFile, isCodeFile } from '../utils/language-detection.js';
2925
import {
3026
getEmbeddingProvider,
3127
getConfiguredDimensions,

0 commit comments

Comments
 (0)