Remove Extra Newline
Gestus/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-08-15 13:05:13 -04:00
parent 96860fa2c1
commit b2ec9ea567
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ public final class SkinColor {
try {
image = ImageIO.read(url);
} catch (IOException e) {
return null;
}