Skip to content

Commit

Permalink
fix(lint): Fix missing trailing comma
Browse files Browse the repository at this point in the history
Add missing trailing comma after `it` value in franz/src/i18n/languages.js.
  • Loading branch information
dnlup committed Oct 28, 2017
1 parent ab348cc commit db8515f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ module.exports = {
pl: 'Polish',
ru: 'Русский',
ua: 'Українська',
it: 'Italian'
it: 'Italian',
};

0 comments on commit db8515f

Please sign in to comment.