Skip to content

Commit

Permalink
fix: remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
entrywayaudibly committed Oct 11, 2020
1 parent 5c2b690 commit 8776602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export const folderIcons: FolderTheme[] = [
'conversations',
],
},
{ name: 'folder-less', folderNames: ['less'] },,
{ name: 'folder-less', folderNames: ['less'] },
{
name: 'folder-gulp',
folderNames: [
Expand Down

0 comments on commit 8776602

Please sign in to comment.