Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Nov 12, 2024
1 parent 6d40313 commit 5083647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ private fun calculateUsdPrice(priceDenom: String?, priceAmount: Long?, volume: L
.setScale(3, RoundingMode.DOWN)
.divide(BigDecimal(1000), RoundingMode.DOWN)
.divide(BigDecimal(volume), 3, RoundingMode.DOWN)
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package io.provenance.explorer.domain.extensions

import org.joda.time.DateTime
import io.provlabs.flow.api.NavEvent as FlowNavEvent
import io.provenance.explorer.domain.entities.NavEvent as ExplorerNavEvent
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Test
import java.math.BigDecimal
import io.provenance.explorer.domain.entities.NavEvent as ExplorerNavEvent
import io.provlabs.flow.api.NavEvent as FlowNavEvent

class NavEventExtensionsKtTest {

Expand Down

0 comments on commit 5083647

Please sign in to comment.