Browse Source

chore: format code

GitHub Action 6 months ago
parent
commit
32ba2e02aa
1 changed files with 1 additions and 3 deletions
  1. 1 3
      packages/web/src/content/docs/custom-tools.mdx

+ 1 - 3
packages/web/src/content/docs/custom-tools.mdx

@@ -45,6 +45,7 @@ export default {
   },
 }
 ```
+
 The filename becomes the tool name. This creates a `database` tool.
 
 ---
@@ -122,6 +123,3 @@ export default tool({
   },
 })
 ```
-
-
-