Skip to content

Commit b8b2f04

Browse files
committed
Cosmetic
1 parent 3845a28 commit b8b2f04

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

MPChartLib/src/main/java/com/github/mikephil/charting/renderer/LegendRenderer.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ open class LegendRenderer(
123123
)
124124
}
125125

126-
is ICandleDataSet if dataSet.decreasingColor !=
127-
ColorTemplate.COLOR_NONE
128-
-> {
126+
is ICandleDataSet if dataSet.decreasingColor != ColorTemplate.COLOR_NONE -> {
129127
val decreasingColor = dataSet.decreasingColor
130128
val increasingColor = dataSet.increasingColor
131129

0 commit comments

Comments
 (0)