[colors.js] Add newline

This commit is contained in:
Christoph Diehl 2017-04-13 16:20:58 +03:00
parent eaa4f436b1
commit e927fac479
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ make.colors = {
colorHSL: function() {
let values, opt;
switch(random.number(4)) {
case 0:
values = [random.number(255), "%" + random.number(255), "%" + random.number(255)];