fixed formating

This commit is contained in:
eha sah 2025-03-11 13:16:59 -07:00
parent 5ca6800085
commit 9744e2c8d0

View file

@ -623,7 +623,8 @@ public class DynamoDBLeaseRefresher implements LeaseRefresher {
return cachedTotalSegments;
}
int parallelScanTotalSegments = cachedTotalSegments == null ? DEFAULT_LEASE_TABLE_SCAN_PARALLELISM_FACTOR : cachedTotalSegments;
int parallelScanTotalSegments =
cachedTotalSegments == null ? DEFAULT_LEASE_TABLE_SCAN_PARALLELISM_FACTOR : cachedTotalSegments;
final DescribeTableResponse describeTableResponse = describeLeaseTable();
if (describeTableResponse == null) {
log.info("DescribeTable returned null so using default totalSegments : {}", parallelScanTotalSegments);