Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Oct 7, 2024
1 parent ca2a069 commit fbf7a92
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/core/src/common/utils/file-cache.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/**
* This file is a modified copy from https://git.nfp.is/TheThing/fs-cache-fast
*/

/** This file is a modified copy from https://git.nfp.is/TheThing/fs-cache-fast */
import { createHash, randomBytes } from 'node:crypto';
import { mkdirSync, readFileSync, readdirSync, rmSync, writeFileSync } from 'node:fs';
import { readFile, readdir, rm, writeFile } from 'node:fs/promises';
Expand Down

0 comments on commit fbf7a92

Please sign in to comment.