indentation and typo correction

This commit is contained in:
Ben Chadwick
2018-12-10 11:08:53 -05:00
parent 55ed9ba4c2
commit 56481f3f72
2 changed files with 2 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ public class ColorDecode {
float bright = hsb[2] * (float) 100.0;
request = request.replace(COLOR_HSL, String.format("%f,%f,%f", hue, sat, bright));
notDone = true;
}
}
Matcher m = COLOR_MILIGHT.matcher(request);
while (m.find()) {