Skip to content

Commit 370ebef

Browse files
committed
Fix formatting
1 parent 3fa4868 commit 370ebef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/read.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { constants } from "node:fs";
22
import { access, readFile } from "node:fs/promises";
3-
import { MAX_BYTES, MAX_LINES, formatSize, resolvePath } from "../utils.js";
3+
import { formatSize, MAX_BYTES, MAX_LINES, resolvePath } from "../utils.js";
44

55
export async function readTool(args: { path: string; offset?: number; limit?: number }, cwd: string): Promise<string> {
66
const absolutePath = resolvePath(args.path, cwd);

0 commit comments

Comments
 (0)