Skip to content

Commit 9c2c185

Browse files
committed
prettify
1 parent 6b4371d commit 9c2c185

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tools/mongodb/mongodbTool.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ export const SearchIndexArgs = {
5858
.optional()
5959
.describe("The field mapping definitions. If `dynamic` is set to false, this is required."),
6060
})
61-
.describe(
62-
"Document describing the index to create."
63-
),
61+
.describe("Document describing the index to create."),
6462
};
6563

6664
export abstract class MongoDBToolBase extends ToolBase {

0 commit comments

Comments
 (0)