Skip to content

Commit

Permalink
Update fileIcons.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed May 21, 2023
1 parent 9dcda35 commit 8dc1d1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,10 @@ export const fileIcons: FileIcons = {
],
},
{ name: 'lib', fileExtensions: ['lib', 'bib'] },
{ name: 'ruby',
{

Check failure on line 470 in src/icons/fileIcons.ts

View workflow job for this annotation

GitHub Actions / ubuntu-latest (Node.js 16.x)

Trailing spaces not allowed

Check failure on line 470 in src/icons/fileIcons.ts

View workflow job for this annotation

GitHub Actions / ubuntu-latest (Node.js 16.x)

Delete `·`
name: 'ruby',
fileExtensions: ['rb', 'erb', 'rbs'],
fileNames: ['.ruby-version']
fileNames: ['.ruby-version'],
},
{ name: 'gemfile', fileNames: ['gemfile'] },
{
Expand Down

0 comments on commit 8dc1d1d

Please sign in to comment.