Skip to content

Commit 4a29207

Browse files
committed
style: fix biome formatting in test
1 parent c3d6305 commit 4a29207

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/search/embedding-strategy.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,7 @@ describe('absolute file paths in DB (#760)', () => {
294294

295295
beforeAll(() => {
296296
absDir = fs.mkdtempSync(path.join(os.tmpdir(), 'codegraph-abspath-test-'));
297-
fs.writeFileSync(
298-
path.join(absDir, 'math.js'),
299-
'export function add(a, b) { return a + b; }\n',
300-
);
297+
fs.writeFileSync(path.join(absDir, 'math.js'), 'export function add(a, b) { return a + b; }\n');
301298

302299
const absDbDir = path.join(absDir, '.codegraph');
303300
fs.mkdirSync(absDbDir, { recursive: true });

0 commit comments

Comments
 (0)