Skip to content

Commit e7cce59

Browse files
committed
Code format
1 parent 6f01d36 commit e7cce59

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

MPChartLib/src/main/java/com/github/mikephil/charting/charts/CombinedChart.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,16 +261,16 @@ protected void drawMarkers(Canvas canvas) {
261261
}
262262

263263
// callbacks to update the content
264-
IMarker markerItem = mMarkers.get(i % mMarkers.size());
265-
markerItem.refreshContent(e, highlight);
264+
IMarker markerItem = mMarkers.get(i % mMarkers.size());
265+
markerItem.refreshContent(e, highlight);
266266

267267
// draw the marker
268268
markerItem.draw(canvas, pos[0], pos[1]);
269269
}
270270
}
271271

272-
@Override
273-
public String getAccessibilityDescription() {
274-
return "This is a combined chart";
275-
}
272+
@Override
273+
public String getAccessibilityDescription() {
274+
return "This is a combined chart";
275+
}
276276
}

0 commit comments

Comments
 (0)