Skip to content

Commit 10653ca

Browse files
committed
Cosmetic
1 parent 75c50be commit 10653ca

File tree

1 file changed

+0
-1
lines changed
  • chartLib/src/main/kotlin/info/appdev/charting/data

1 file changed

+0
-1
lines changed

chartLib/src/main/kotlin/info/appdev/charting/data/DataSet.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ abstract class DataSet<T : Entry>(
180180
}
181181

182182
override fun getEntryIndex(entry: T): Int {
183-
// return getEntryIndex(entry)
184183
return mEntries.indexOf(entry)
185184
}
186185

0 commit comments

Comments
 (0)