From 1193fef341577dc4a1ce15a15adfb85ea5bb4472 Mon Sep 17 00:00:00 2001 From: Tibor Kaputa Date: Sun, 9 Oct 2022 09:17:38 +0200 Subject: [PATCH] removing an empty line --- .../kotlin/com/simplemobiletools/camera/helpers/ImageUtil.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/camera/helpers/ImageUtil.kt b/app/src/main/kotlin/com/simplemobiletools/camera/helpers/ImageUtil.kt index bf8c1829..e67efd30 100644 --- a/app/src/main/kotlin/com/simplemobiletools/camera/helpers/ImageUtil.kt +++ b/app/src/main/kotlin/com/simplemobiletools/camera/helpers/ImageUtil.kt @@ -200,7 +200,6 @@ object ImageUtil { return out.toByteArray() } - /** * Checks whether the image's crop rectangle is the same as the source image size. */