Skip to content

Commit

Permalink
Remove unnecessary override.
Browse files Browse the repository at this point in the history
  • Loading branch information
alshan committed Aug 11, 2021
1 parent 13abf3a commit 5e3f457
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ internal class Log10Transform : FunTransform(
return trimInfinity(super.apply(v))
}

override fun applyInverse(v: Double?): Double? {
return super.applyInverse(v)
}

override fun createApplicableDomain(middle: Double?): ClosedRange<Double> {
@Suppress("NAME_SHADOWING")
val middle = when {
Expand Down

0 comments on commit 5e3f457

Please sign in to comment.