Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Sep 19, 2024
1 parent 3ed4b1a commit 9d9025c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class BlockProposerRecord(id: EntityID<Int>) : IntEntity(id) {
FROM limited_blocks
) AS time_differences
WHERE diff_in_seconds IS NOT NULL;
""".trimIndent()
""".trimIndent()

Check failure on line 203 in service/src/main/kotlin/io/provenance/explorer/domain/entities/Blocks.kt

View workflow job for this annotation

GitHub Actions / ktlint

Unexpected indent of multiline string closing quotes
sqlQuery.execAndMap {
it.getBigDecimal("avg_block_creation_time")
}.firstOrNull() ?: BigDecimal.ZERO
Expand Down

0 comments on commit 9d9025c

Please sign in to comment.