Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent 234ae70 commit d7ec94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PackageDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ export default class PackageDetail extends Vue {
const extensionIcon = icons[extension];
if (extensionIcon) {
return extensionIcon;
};
}
if (filename.toLowerCase().includes('config')) {
return icons.configFile;
Expand Down

0 comments on commit d7ec94f

Please sign in to comment.