Skip to content

Commit

Permalink
fix: 🐞standardize quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
xblackicex committed Nov 22, 2024
1 parent 1ab4220 commit 9062306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2885,8 +2885,8 @@ export const fileIcons: FileIcons = {
fileNames: ['citation.cff'],
},
{
name: "xmake",
fileNames: ["xmake.lua", "xmake"],
name: 'xmake',
fileNames: ['xmake.lua', 'xmake'],
}
]),
};

0 comments on commit 9062306

Please sign in to comment.