Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 3, 2018
1 parent d9230fa commit dfa8b59
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 @@ -599,7 +599,7 @@ export default class PackageDetail extends Vue {
svg: 'svg',
ftl: 'xml',
sh: 'bash',
}
};
const parts = filename.split('.');
if (parts.length > 0) {
const extension = parts[parts.length - 1];
Expand Down

0 comments on commit dfa8b59

Please sign in to comment.