Skip to content

Commit 86518ac

Browse files
author
Piotr Paulski
committed
Fix prettier.
1 parent ac06ac4 commit 86518ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/tools/script.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
*/
66

77
import {zod} from '../third_party/modelcontextprotocol-sdk/index.js';
8-
import type {Frame, JSHandle, Page} from '../third_party/puppeteer-core/index.js';
8+
import type {
9+
Frame,
10+
JSHandle,
11+
Page,
12+
} from '../third_party/puppeteer-core/index.js';
913

1014
import {ToolCategories} from './categories.js';
1115
import {defineTool} from './ToolDefinition.js';

0 commit comments

Comments
 (0)