Skip to content

Commit 5be970c

Browse files
Fixed extra space.
1 parent b40882d commit 5be970c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/mongodb/read/collectionSearchIndexes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export class CollectionSearchIndexesTool extends MongoDBToolBase {
3535
content: [
3636
{
3737
text: indexName
38-
? `Found ${indexes.length} search indexes in the collection "${collection}" with name "${indexName}":`
39-
: `Found ${indexes.length} search indexes in the collection "${collection}"`,
38+
? `Found ${indexes.length} search indexes in the collection "${collection}" with name "${indexName}":`
39+
: `Found ${indexes.length} search indexes in the collection "${collection}"`,
4040
type: "text",
4141
},
4242
...(indexes.map((indexDefinition) => {

0 commit comments

Comments
 (0)