Skip to content

Commit f6bca50

Browse files
committed
fix: lint issues
1 parent d306e57 commit f6bca50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/tools/store_collection.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ export const searchActors: ToolEntry = {
102102
const actorCards = formatActorsListToActorCard(actors);
103103
return {
104104
content: [
105-
{
106-
type: 'text',
107-
text: `**Search query:** ${parsed.search}\n\n` +
108-
`**Number of Actors found:** ${actorCards.length}\n\n` +
109-
`**Actor cards:**\n${actorCards.join('\n\n')}`
105+
{
106+
type: 'text',
107+
text: `**Search query:** ${parsed.search}\n\n`
108+
+ `**Number of Actors found:** ${actorCards.length}\n\n`
109+
+ `**Actor cards:**\n${actorCards.join('\n\n')}`,
110110
},
111111
],
112112
};

0 commit comments

Comments
 (0)