Remove Extra Newline
All checks were successful
Gestus/pipeline/head This commit looks good

This commit is contained in:
TheBrokenRail 2020-08-15 13:05:13 -04:00
parent 96860fa2c1
commit b2ec9ea567

View File

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