Skip to content

Commit 5dcd4f2

Browse files
committed
style: fix biome formatter indentation in src/index.ts
1 parent 3a22ddf commit 5dcd4f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
console.warn(
22
"[scrapegraph-js] WARNING: This version (1.x) is deprecated and will no longer receive updates. " +
3-
"Please upgrade to scrapegraph-js v2 for the latest features, bug fixes, and API v2 support. " +
4-
"See the migration guide: https://docs.scrapegraphai.com/transition-from-v1-to-v2",
3+
"Please upgrade to scrapegraph-js v2 for the latest features, bug fixes, and API v2 support. " +
4+
"See the migration guide: https://docs.scrapegraphai.com/transition-from-v1-to-v2",
55
);
66

77
export {

0 commit comments

Comments
 (0)