Skip to content

Commit

Permalink
Lint format
Browse files Browse the repository at this point in the history
  • Loading branch information
jush committed Oct 3, 2022
1 parent b964151 commit d0adea0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ class ScaleBarImpl : ScaleBar, View {
textPaint.textAlign = Paint.Align.LEFT
strokePaint.textAlign = Paint.Align.LEFT
}

else -> {
textPaint.textAlign = Paint.Align.CENTER
strokePaint.textAlign = Paint.Align.CENTER
Expand Down Expand Up @@ -418,4 +417,4 @@ class ScaleBarImpl : ScaleBar, View {
internal const val DEFAULT_PIXEL_RATIO = 1.0F
internal const val INTERNAL_PADDING_DP = 10
}
}
}

0 comments on commit d0adea0

Please sign in to comment.