Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Sep 19, 2024
1 parent 468259d commit bc0d02a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class ScheduledTaskService(
}

BlockTxCountsCacheRecord.updateTxCounts()
BlockProposerRecord.calcLatency()
BlockProposerRecord.calcLatency()
if (!cacheService.getCacheValue(CacheKeys.SPOTLIGHT_PROCESSING.key)!!.cacheValue.toBoolean()) {
cacheService.updateCacheValue(CacheKeys.SPOTLIGHT_PROCESSING.key, true.toString())
}
Expand Down

0 comments on commit bc0d02a

Please sign in to comment.