Skip to content

Commit 2415dc0

Browse files
committed
Cosmetic
1 parent 7a91c17 commit 2415dc0

File tree

1 file changed

+1
-2
lines changed
  • MPChartLib/src/main/java/com/github/mikephil/charting/components

1 file changed

+1
-2
lines changed

MPChartLib/src/main/java/com/github/mikephil/charting/components/AxisBase.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,7 @@ public void addLimitLine(LimitLine l) {
449449

450450
if (mLimitLines.size() > 6) {
451451
Log.e("MPAndroiChart",
452-
"Warning! You have more than 6 LimitLines on your axis, do you really want " +
453-
"that?");
452+
"Warning! You have more than 6 LimitLines on your axis, do you really want that?");
454453
}
455454
}
456455

0 commit comments

Comments
 (0)