Skip to content

Commit af72a11

Browse files
committed
Code style
1 parent 3738115 commit af72a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circleimageview/src/main/java/de/hdodenhof/circleimageview/CircleImageView.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ protected void onDraw(Canvas canvas) {
9393
}
9494

9595
canvas.drawCircle(getWidth() / 2, getHeight() / 2, mDrawableRadius, mBitmapPaint);
96-
if(mBorderWidth != 0){
97-
canvas.drawCircle(getWidth() / 2, getHeight() / 2, mBorderRadius, mBorderPaint);
96+
if (mBorderWidth != 0) {
97+
canvas.drawCircle(getWidth() / 2, getHeight() / 2, mBorderRadius, mBorderPaint);
9898
}
9999
}
100100

0 commit comments

Comments
 (0)