Skip to content

Commit 8b30611

Browse files
committed
Mix format
1 parent 1412acc commit 8b30611

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/face_detection_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ defmodule Image.FaceDetectionTest do
176176
# un-rotated coords and the crop area would be wildly
177177
# different (or the box would clamp to a corner).
178178
rotated = Image.autorotate!(image)
179+
179180
area_ratio =
180181
Image.width(cropped) * Image.height(cropped) /
181182
(Image.width(rotated) * Image.height(rotated))

0 commit comments

Comments
 (0)