Skip to content

Commit 13c08cd

Browse files
committed
remove comma
1 parent 15e7064 commit 13c08cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/icons/folderIcons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const folderIcons: FolderTheme[] = [
1313
{ name: 'folder-rust', folderNames: ['rust'] },
1414
{
1515
name: 'folder-robot',
16-
folderNames: ['bot', 'bots', 'robot', 'robots', 'agent', 'agents',],
16+
folderNames: ['bot', 'bots', 'robot', 'robots', 'agent', 'agents'],
1717
},
1818
{
1919
name: 'folder-src',

0 commit comments

Comments
 (0)