Parcourir la source

chore: format code

GitHub Action il y a 7 mois
Parent
commit
32ba2e02aa
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  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({
   },
 })
 ```
-
-
-