Fix indentation
This commit is contained in:
parent
6783e1e0b3
commit
d50cf00404
1 changed files with 7 additions and 7 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue