Skip to content

Commit

Permalink
removed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Jan 6, 2017
1 parent e4fe932 commit 94abfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/letter-avatars.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var randomcolor = require('randomcolor');
module.exports = function(name) {
var color = randomcolor({
seed: name,
luminosity: 'dark',
luminosity: 'dark'
});
var letter = name.substring(0, 1).toUpperCase();

Expand Down

0 comments on commit 94abfab

Please sign in to comment.