ktlint: Fix indentation violations
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
555cd3acb7
commit
1466dd17b1
5 changed files with 5 additions and 6 deletions
|
|
@ -68,7 +68,7 @@ object ImageStrategy {
|
|||
val initialComparator =
|
||||
Comparator // the first step splits the images into groups of resolution levels
|
||||
.comparingInt { i: Image ->
|
||||
return@comparingInt when (i.estimatedResolutionLevel) {
|
||||
return@comparingInt when (i.estimatedResolutionLevel) {
|
||||
// avoid unknowns as much as possible
|
||||
ResolutionLevel.UNKNOWN -> 3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue