cleanup whitespace

This commit is contained in:
nathan 2017-09-17 14:55:10 +02:00
parent d6f5ef4e46
commit eec96cd5b4
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ class ImageUtil {
}
else if (width == -1) {
width = (int) (originalWidth * ratio);
}
else if (height == -1) {
height = (int) (originalHeight / ratio);