Skip to content

Commit

Permalink
Fix code formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Oct 11, 2021
1 parent 008de61 commit 953c309
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,12 @@ export const fileIcons: FileIcons = {
},
{
name: 'redux-selector',
fileExtensions: ['selector.js', 'selectors.js', 'selector.ts', 'selectors.ts'],
fileExtensions: [
'selector.js',
'selectors.js',
'selector.ts',
'selectors.ts',
],
fileNames: ['selector.js', 'selectors.js', 'selector.ts', 'selectors.ts'],
enabledFor: [IconPack.Redux],
},
Expand Down

0 comments on commit 953c309

Please sign in to comment.