Fix indentation

This commit is contained in:
Ryan French 2023-03-22 18:14:30 +00:00
parent 6783e1e0b3
commit d50cf00404

View file

@ -810,7 +810,7 @@ public class DynamoDBLeaseRefresher implements LeaseRefresher {
builder.billingMode(billingMode); builder.billingMode(billingMode);
} }
return builder; return builder;
} }
private AWSExceptionManager createExceptionManager() { private AWSExceptionManager createExceptionManager() {
final AWSExceptionManager exceptionManager = new AWSExceptionManager(); final AWSExceptionManager exceptionManager = new AWSExceptionManager();