Skip to content

Commit cd11fdf

Browse files
committed
ktlint fix - can't comment a function param on the same line :(
1 parent 380e404 commit cd11fdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

service/src/main/kotlin/io/provenance/explorer/service/PulseMetricService.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,9 @@ class PulseMetricService(
388388
) {
389389
runBlocking {
390390
exchangeGrpcClient.totalCommitmentCount().toBigDecimal().let {
391+
// base Utility Token is just a placeholder denom, not a query
391392
PulseMetric.build(
392-
base = UTILITY_TOKEN, // this is just a placeholder denom, not the query
393+
base = UTILITY_TOKEN,
393394
amount = it
394395
)
395396
}

0 commit comments

Comments
 (0)